From: Andre Noll Date: Fri, 22 Apr 2011 16:01:56 +0000 (+0200) Subject: doxygen: Exclude *.command_list.[ch]. X-Git-Tag: v0.4.7~7 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=da68473d3242606fdc24f65809d97ca6831e6237;hp=c41a04fb296e068ebfec78bba9678bf15daea896 doxygen: Exclude *.command_list.[ch]. These files are auto-generated and the documentation is not very helpful, so do not generate doxygen pages for these. --- diff --git a/Doxyfile b/Doxyfile index fcfe4043..81e414d5 100644 --- a/Doxyfile +++ b/Doxyfile @@ -622,7 +622,8 @@ EXCLUDE_PATTERNS = *.cmdline.* \ gui* \ gcc-compat.h \ fade.c \ - config.h + config.h \ + *_command_list.[ch] # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the