X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Doxyfile;h=04d8f32621edd1426e2651aab711dd11516d9080;hp=fcfe4043e9f96448deb8de5e4facf6226ac3c610;hb=5cb5db1fbf8f9b96c3b5a1e0cc7de9e710757540;hpb=e1cf2e432f14f3a22adbd9855b344fdcf4396192 diff --git a/Doxyfile b/Doxyfile index fcfe4043..04d8f326 100644 --- a/Doxyfile +++ b/Doxyfile @@ -622,7 +622,9 @@ EXCLUDE_PATTERNS = *.cmdline.* \ gui* \ gcc-compat.h \ fade.c \ - config.h + 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 @@ -1304,7 +1306,8 @@ PREDEFINED = HAVE_MAD \ HAVE_OGGVORBIS \ __GNUC__=4 \ __GNUC_MINOR__=4 \ - HAVE_UCRED + HAVE_UCRED \ + HAVE_CLOCK_GETTIME # 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.