X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Doxyfile;h=4f9743c74fdd5e136874cf7e80167ff086761497;hp=fcfe4043e9f96448deb8de5e4facf6226ac3c610;hb=56d75bd90d78cf44cd3984ce2a45627ef5646d38;hpb=1c8226eae0e976d940366cd10bd708d8e4d0bca5 diff --git a/Doxyfile b/Doxyfile index fcfe4043..4f9743c7 100644 --- a/Doxyfile +++ b/Doxyfile @@ -619,10 +619,10 @@ EXCLUDE_SYMLINKS = NO # for example use the pattern */test/* EXCLUDE_PATTERNS = *.cmdline.* \ - gui* \ gcc-compat.h \ fade.c \ - config.h + *.command_list.h \ + *.completion.h # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the @@ -1265,7 +1265,7 @@ ENABLE_PREPROCESSING = YES # compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF to YES. -MACRO_EXPANSION = NO +MACRO_EXPANSION = YES # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES # then the macro expansion is limited to the macros specified with the @@ -1299,12 +1299,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = HAVE_MAD \ - HAVE_FAAD \ - HAVE_OGGVORBIS \ - __GNUC__=4 \ - __GNUC_MINOR__=4 \ - HAVE_UCRED +PREDEFINED = __GNUC__=4 __GNUC_MINOR__=4 # 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.