Exclude pcbnew drc markdown from doxygen
This commit is contained in:
parent
f1e62393c4
commit
7b051fb66b
7
Doxyfile
7
Doxyfile
|
@ -853,10 +853,11 @@ EXCLUDE_SYMLINKS = NO
|
||||||
# exclude all test directories for example use the pattern */test/*
|
# exclude all test directories for example use the pattern */test/*
|
||||||
|
|
||||||
EXCLUDE_PATTERNS = */bitmaps_png/*.md \
|
EXCLUDE_PATTERNS = */bitmaps_png/*.md \
|
||||||
*/pcb_calculator/*.md \
|
*/pcb_calculator/*.md \
|
||||||
*/pcb_calculator/attenuators/*.md \
|
*/pcb_calculator/attenuators/*.md \
|
||||||
*/eeschema/*.md \
|
*/eeschema/*.md \
|
||||||
*/eeschema/dialogs/*.md
|
*/eeschema/dialogs/*.md \
|
||||||
|
*/pcbnew/dialogs/*.md
|
||||||
|
|
||||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
# (namespaces, classes, functions, etc.) that should be excluded from the
|
||||||
|
|
Loading…
Reference in New Issue