X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=doxygen.conf;h=074a2d7eb9205752a2788623bf24d6125aada26c;hp=38b622e09f1a06ae4936dd42e6a0ca30aa727c75;hb=refs%2Fheads%2Fmaster;hpb=a1d33ebddb3078cf761696fea2b9a786f2cd6d48 diff --git a/doxygen.conf b/doxygen.conf index 38b622e0..c7f0b2fc 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -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 \ @@ -956,8 +957,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = build \ - subprojects +EXCLUDE = build # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded @@ -2280,7 +2280,8 @@ PREDEFINED = DEBUG=1 \ HAVE_PDF=1 \ HAVE_RAW=1 \ HAVE_SPELL=1 \ - HAVE_TIFF=1 + HAVE_TIFF=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