Update doxygen excludes to remove extraneous .md files
This commit is contained in:
parent
4ec390838b
commit
ba3e1528dd
|
@ -852,12 +852,14 @@ 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 = */bitmaps_png/*.md \
|
||||
EXCLUDE_PATTERNS = */resources/bitmaps_png/*.md \
|
||||
*/pcb_calculator/*.md \
|
||||
*/pcb_calculator/attenuators/*.md \
|
||||
*/eeschema/*.md \
|
||||
*/eeschema/dialogs/*.md \
|
||||
*/pcbnew/dialogs/*.md
|
||||
*/pcbnew/dialogs/*.md \
|
||||
*/qa/data/* \
|
||||
*/libs/kiplatform/gtk/wayland-pointer-constraints-unstable-v1.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
|
||||
|
|
Loading…
Reference in New Issue