From: Andre Noll Date: Tue, 16 May 2017 20:21:47 +0000 (+0200) Subject: Doxyfile: Simplify exclude patterns. X-Git-Tag: v0.6.1~78 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=0eb6ee0794e1c0c3224df36376e34115064eab93;p=paraslash.git Doxyfile: Simplify exclude patterns. The patterns which are removed in this commit are a leftover from the pre-lopsub era and match no files in the source tree. --- diff --git a/Doxyfile b/Doxyfile index 7781c8e1..70c71261 100644 --- a/Doxyfile +++ b/Doxyfile @@ -795,10 +795,7 @@ EXCLUDE_SYMLINKS = NO # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* -EXCLUDE_PATTERNS = *.cmdline.* \ - gcc-compat.h \ - *.command_list.h \ - *.completion.h +EXCLUDE_PATTERNS = gcc-compat.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