From da68473d3242606fdc24f65809d97ca6831e6237 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 22 Apr 2011 18:01:56 +0200 Subject: [PATCH] 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. --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2