X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Doxyfile;h=e147548f31f090b1fc351a537caa894d3fc87f1f;hb=9228213e72bbcdaf42665f51c633af6c4ccc78bf;hp=d8960dded71cd867917c0a7589df413cd2321aa1;hpb=a61e862450dc1e74394bf5bbf7002d9947f98d31;p=paraslash.git diff --git a/Doxyfile b/Doxyfile index d8960dde..e147548f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -812,7 +812,7 @@ RECURSIVE = NO # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = config.h # 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 @@ -2019,8 +2019,7 @@ 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 = __GNUC__=4 \ - __GNUC_MINOR__=4 +PREDEFINED = # 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