Add EXCLUDE_PATTERNS to src/Doxyfile
- */src/cmake/* - GTAGS GPATH GRTAGS - memcheck.supp - *.cmake *.cmake.in - *.txt
This commit is contained in:
parent
7b7cafd499
commit
58c8c1a5ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue