Exclude two more folder paths from doxygen
This commit is contained in:
parent
e48f2a70fe
commit
f1e62393c4
4
Doxyfile
4
Doxyfile
|
@ -852,8 +852,10 @@ 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 = */pcb_calculator/*.md \
|
||||
EXCLUDE_PATTERNS = */bitmaps_png/*.md \
|
||||
*/pcb_calculator/*.md \
|
||||
*/pcb_calculator/attenuators/*.md \
|
||||
*/eeschema/*.md \
|
||||
*/eeschema/dialogs/*.md
|
||||
|
||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||
|
|
Loading…
Reference in New Issue