From 36e8fb8e567d5391057458d0fc05084829b0b6f7 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Sun, 12 Feb 2017 16:26:31 +0100
Subject: [PATCH] doc/doxygen: exclude cpu/stm32l0 directory from doxygen

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

diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile
index b50bf4b4d0..8afa60df86 100644
--- a/doc/doxygen/riot.doxyfile
+++ b/doc/doxygen/riot.doxyfile
@@ -839,7 +839,8 @@ EXCLUDE_PATTERNS       = */board/*/tools/* \
                          */cpu/stm32f2/include/stm32f2*.h \
                          */cpu/stm32f4/include/stm32f4*.h \
                          */cpu/stm32f*/include/stm32f* \
-                         */cpu/stm32l1/include/stm32l1xx.h \
+                         */cpu/stm32l1/include/stm32l*.h \
+                         */cpu/stm32l0/include/stm32l* \
                          */cpu/x86/include/x86_pci.h \
                          */drivers/kw2xrf/include/overwrites.h \
                          */drivers/nrf24l01p/include/nrf24l01p_settings.h \
-- 
GitLab