1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc: doxygen: update exclude paths

This commit is contained in:
Oleg Hahm 2017-03-02 18:18:25 +01:00
parent 1660abdc70
commit 5ff3a1c957

View File

@ -818,6 +818,7 @@ EXCLUDE_SYMLINKS = NO
# exclude all test directories for example use the pattern */test/*
EXCLUDE_PATTERNS = */board/*/tools/* \
*/boards/x86-multiboot-common/include/multiboot.h \
*/cpu/atmega_common/include/sys/*.h \
*/cpu/msp430_common/include/stdatomic.h \
*/cpu/msp430_common/include/sys/*.h \
@ -827,6 +828,7 @@ EXCLUDE_PATTERNS = */board/*/tools/* \
*/drivers/nrf24l01p/include/nrf24l01p_settings.h \
*/pkg/*/*/* \
*/pkg/tlsf/patch.txt \
*/sys/include/embUnit/* \
*/sys/random/tinymt32/* \
*/toolchain/* \
*/vendor/* \