From 28c335e8e7000f31283c0fe6b7a1590fe2ca0057 Mon Sep 17 00:00:00 2001
From: Oleg Hahm <oleg@hobbykeller.org>
Date: Tue, 7 Mar 2017 11:31:15 +0100
Subject: [PATCH] doc: exclude _param files from doxygen

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

diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile
index 39539cc69f..89b7768d69 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/* \
+                         *_params.h \
                          */boards/x86-multiboot-common/include/multiboot.h \
                          */cpu/atmega_common/include/sys/*.h \
                          */cpu/msp430_common/include/stdatomic.h \
-- 
GitLab