X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Doxyfile;h=6b5cb4af76ccf5cdad5ff92c440b783624514c83;hp=45acb18864af63ed040e867ffd8f0b874743d75c;hb=9b565c60fd159e12d255bb18db9dbff066deebea;hpb=4595c1adf6943d7e6bff081d2b61ca06d0def3a9 diff --git a/Doxyfile b/Doxyfile index 45acb188..6b5cb4af 100644 --- a/Doxyfile +++ b/Doxyfile @@ -255,7 +255,7 @@ EXTRACT_STATIC = NO # defined locally in source files will be included in the documentation. # If set to NO only classes defined in header files are included. -EXTRACT_LOCAL_CLASSES = YES +EXTRACT_LOCAL_CLASSES = NO # This flag is only useful for Objective-C code. When set to YES local # methods, which are defined in the implementation section but not in @@ -1060,11 +1060,11 @@ INCLUDE_FILE_PATTERNS = # instead of the = operator. PREDEFINED = HAVE_MAD \ - HAVE_ORTP \ HAVE_FAAD \ HAVE_OGGVORBIS \ __GNUC__=4 \ - __GNUC_MINOR__=4 + __GNUC_MINOR__=4 \ + HAVE_UCRED # 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.