From 5ff3a1c957b29435d6a4d6e384e172ba8630ccd7 Mon Sep 17 00:00:00 2001
From: Oleg Hahm <oleg@hobbykeller.org>
Date: Thu, 2 Mar 2017 18:18:25 +0100
Subject: [PATCH] doc: doxygen: update exclude paths

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

diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile
index 5925eaa27b..39539cc69f 100644
--- a/doc/doxygen/riot.doxyfile
+++ b/doc/doxygen/riot.doxyfile
@@ -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/* \
-- 
GitLab