From 153d8cfb12400c4df2527fd9afb51b4c0a50ff80 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Tue, 3 Oct 2017 17:50:51 -0700 Subject: [PATCH] doxy: ignore sensortemplate for documentation Signed-off-by: Mihai Tudor Panu --- doxy/Doxyfile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doxy/Doxyfile.in b/doxy/Doxyfile.in index 36af3228..70dcb6fa 100644 --- a/doxy/Doxyfile.in +++ b/doxy/Doxyfile.in @@ -860,7 +860,8 @@ EXCLUDE_SYMLINKS = NO # bmi160 driver contains code provided by bosch. This source contains # tags which are picked up by doxygen (namely \mainpage) and # incorrectly get added to docs. -EXCLUDE_PATTERNS = bosch_* +EXCLUDE_PATTERNS = bosch_* \ + sensortemplate* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the