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

doc/doxygen: Exclude msp430-common imported newlib headers

This commit is contained in:
Joakim Nohlgård 2017-01-08 19:41:01 +01:00
parent 4bc120f54d
commit bec5b57f0d

View File

@ -828,6 +828,8 @@ EXCLUDE_PATTERNS = */board/*/tools/* \
*/cpu/lpc11u34/include/LPC11Uxx.h \
*/cpu/lpc1768/include/LPC17xx.h \
*/cpu/lpc*/include/core_cm*.h \
*/cpu/msp430_common/include/stdatomic.h \
*/cpu/msp430_common/include/sys/*.h \
*/cpu/native/osx-libc-extra \
*/cpu/nrf5*/include/nrf5*.h \
*/cpu/sam0_common/include/cmsis/* \