Add EXCLUDE_PATTERNS to src/Doxyfile

- */src/cmake/*
- GTAGS GPATH GRTAGS
- memcheck.supp
- *.cmake *.cmake.in
-  *.txt
This commit is contained in:
Soonho Kong 2013-09-15 20:15:33 -07:00
parent 7b7cafd499
commit 58c8c1a5ec

View file

@ -694,7 +694,7 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
EXCLUDE_PATTERNS = */src/tests/*
EXCLUDE_PATTERNS = */src/tests/* */src/cmake/* GTAGS GPATH GRTAGS memcheck.supp *.cmake *.cmake.in *.txt
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the