X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=sourcedoc%2FDoxyfile.in;h=697cc5438c8826a9a8d1bac2c6b4bf2a0709b348;hb=6fdb32958c6f0e7397455734c207790468c2da6c;hp=24eb816ca1c1116f2fe57956aa5cf3796c0e9f8e;hpb=1a8665988f6038b6d886c0bc663c1753c880d7ca;p=lyx.git diff --git a/sourcedoc/Doxyfile.in b/sourcedoc/Doxyfile.in index 24eb816ca1..697cc5438c 100644 --- a/sourcedoc/Doxyfile.in +++ b/sourcedoc/Doxyfile.in @@ -30,7 +30,7 @@ PROJECT_NUMBER = @VERSION@ # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = @srcdir@ +OUTPUT_DIRECTORY = # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this @@ -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 = ../src/frontends/gnome ../src/frontends/qt2/moc ../src/frontends/qt2/ui/moc +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. @@ -837,7 +838,7 @@ GRAPHICAL_HIERARCHY = YES # generated by dot. Possible values are gif, jpg, and png # If left blank gif will be used. -DOT_IMAGE_FORMAT = gif +DOT_IMAGE_FORMAT = png # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found on the path. @@ -921,3 +922,5 @@ BIN_ABSPATH = /usr/local/bin/ # the documentation for these projects as well. EXT_DOC_PATHS = + +PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS