X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=sourcedoc%2FDoxyfile.in;h=16f78f98829ce45692e3a7407edcf390b5a80433;hb=f3117747ff1d38648805543429386d11a78836df;hp=ff5659d58b0a89e9cc23bf7c15d4d30ea2300ac1;hpb=cdbbb70ebe59d73ee79615cb8ee2653fa26ac96c;p=lyx.git diff --git a/sourcedoc/Doxyfile.in b/sourcedoc/Doxyfile.in index ff5659d58b..16f78f9882 100644 --- a/sourcedoc/Doxyfile.in +++ b/sourcedoc/Doxyfile.in @@ -228,7 +228,7 @@ GENERATE_BUGLIST = YES # will result in a user defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. -ALIASES = +ALIASES = endvar=

# The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. @@ -312,7 +312,8 @@ INPUT = @top_srcdir@/src FILE_PATTERNS = *.C \ *.h \ - *.c + *.c \ + *.cpp # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -324,7 +325,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = +EXCLUDE = ../src/frontends/qt4/ui # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories # that are symbolic links (a Unix filesystem feature) are excluded from the input. @@ -921,3 +922,5 @@ BIN_ABSPATH = /usr/local/bin/ # the documentation for these projects as well. EXT_DOC_PATHS = + +PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS