X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=doxygen.conf;h=074a2d7eb9205752a2788623bf24d6125aada26c;hp=196f49af2278f8cfd36d6a9d0f8bc7fd63a4ef0b;hb=refs%2Fheads%2Fmaster;hpb=3cb021ae8945c29ea85636cd888b232c23296c7a diff --git a/doxygen.conf b/doxygen.conf index 196f49af..c7f0b2fc 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -277,7 +277,7 @@ ALIASES = FIXME=@todo # members will be omitted, etc. # The default value is: NO. -OPTIMIZE_OUTPUT_FOR_C = YES +OPTIMIZE_OUTPUT_FOR_C = NO # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or # Python sources only. Doxygen will then generate output that is more tailored @@ -536,7 +536,7 @@ EXTRACT_LOCAL_METHODS = YES # are hidden. # The default value is: NO. -EXTRACT_ANON_NSPACES = NO +EXTRACT_ANON_NSPACES = YES # If this flag is set to YES, the name of an unnamed parameter in a declaration # will be determined by the corresponding definition. By default unnamed @@ -924,6 +924,7 @@ FILE_PATTERNS = *.c \ *.m \ *.markdown \ *.md \ + *.rb \ *.mm \ *.dox \ *.py \ @@ -1009,7 +1010,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = +IMAGE_PATH = $(SRCDIR)/doc/images # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program @@ -1289,7 +1290,7 @@ HTML_STYLESHEET = # list). For an example see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = +HTML_EXTRA_STYLESHEET = ./doc/image-style.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note @@ -2260,20 +2261,27 @@ INCLUDE_FILE_PATTERNS = # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = HAVE_CLUTTER=1 \ +PREDEFINED = DEBUG=1 \ + HAVE_ARCHIVE=1 \ + HAVE_CLUTTER=1 \ HAVE_DJVU=1 \ + HAVE_EXECINFO_H=1 \ HAVE_EXIV2=1 \ HAVE_FFMPEGTHUMBNAILER=1 \ HAVE_HEIF=1 \ HAVE_J2K=1 \ HAVE_JPEG=1 \ + HAVE_JPEGXL=1 \ + HAVE_LCMS=1 \ + HAVE_LCMS2=1 \ HAVE_LIBCHAMPLAIN=1 \ HAVE_LIBCHAMPLAIN_GTK=1 \ HAVE_LUA=1 \ HAVE_PDF=1 \ HAVE_RAW=1 \ + HAVE_SPELL=1 \ HAVE_TIFF=1 \ - HAVE_WEBP=1 + HAVE_WEBP # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The