Skip to content
Snippets Groups Projects
Commit 5ff3a1c9 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

doc: doxygen: update exclude paths

parent 1660abdc
No related branches found
No related tags found
No related merge requests found
...@@ -818,6 +818,7 @@ EXCLUDE_SYMLINKS = NO ...@@ -818,6 +818,7 @@ 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 = */board/*/tools/* \ EXCLUDE_PATTERNS = */board/*/tools/* \
*/boards/x86-multiboot-common/include/multiboot.h \
*/cpu/atmega_common/include/sys/*.h \ */cpu/atmega_common/include/sys/*.h \
*/cpu/msp430_common/include/stdatomic.h \ */cpu/msp430_common/include/stdatomic.h \
*/cpu/msp430_common/include/sys/*.h \ */cpu/msp430_common/include/sys/*.h \
...@@ -827,6 +828,7 @@ EXCLUDE_PATTERNS = */board/*/tools/* \ ...@@ -827,6 +828,7 @@ EXCLUDE_PATTERNS = */board/*/tools/* \
*/drivers/nrf24l01p/include/nrf24l01p_settings.h \ */drivers/nrf24l01p/include/nrf24l01p_settings.h \
*/pkg/*/*/* \ */pkg/*/*/* \
*/pkg/tlsf/patch.txt \ */pkg/tlsf/patch.txt \
*/sys/include/embUnit/* \
*/sys/random/tinymt32/* \ */sys/random/tinymt32/* \
*/toolchain/* \ */toolchain/* \
*/vendor/* \ */vendor/* \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment