From bec5b57f0dced59fd4ffcb20aa9a8f7d7e67bdd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= <joakim.nohlgard@eistec.se>
Date: Sun, 8 Jan 2017 19:41:01 +0100
Subject: [PATCH] doc/doxygen: Exclude msp430-common imported newlib headers

---
 doc/doxygen/riot.doxyfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile
index 6a85bee261..b50bf4b4d0 100644
--- a/doc/doxygen/riot.doxyfile
+++ b/doc/doxygen/riot.doxyfile
@@ -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/* \
-- 
GitLab