X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=sourcedoc%2FDoxyfile.in;h=097d4a9aabd1971b1022963b1f94017bb96ff72c;hb=2420f5ed1e9fe98c6273de3c9d661641aefc011b;hp=6786ba85ad4f85cd74552f15ea8e7474697efab3;hpb=95ac8f877e0587a9e57ba7f09d4f0f769dcbb831;p=lyx.git diff --git a/sourcedoc/Doxyfile.in b/sourcedoc/Doxyfile.in index 6786ba85ad..097d4a9aab 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. @@ -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