|
@@ -859,7 +859,10 @@ EXCLUDE_SYMLINKS = NO
|
859
|
859
|
# Note that the wildcards are matched against the file with absolute path, so to
|
860
|
860
|
# exclude all test directories for example use the pattern */test/*
|
861
|
861
|
|
862
|
|
-EXCLUDE_PATTERNS = bosch_*
|
|
862
|
+# bme280driver code is provided by bosch. This source contains tags which are
|
|
863
|
+# picked up by doxygen (namely \mainpage) and incorrectly get added to docs.
|
|
864
|
+EXCLUDE_PATTERNS = bosch_* \
|
|
865
|
+ *bme280driver*
|
863
|
866
|
|
864
|
867
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
865
|
868
|
# (namespaces, classes, functions, etc.) that should be excluded from the
|