]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Doxyfile: Simplify exclude patterns.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 16 May 2017 20:21:47 +0000 (22:21 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Jun 2017 04:45:52 +0000 (06:45 +0200)
The patterns which are removed in this commit are a leftover from
the pre-lopsub era and match no files in the source tree.

Doxyfile

index 7781c8e167a9b4b8d77bf0e89f8729e873096e8b..70c71261649c8367f8e512a96ec35806c921a996 100644 (file)
--- 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