diff --git a/doxy/Doxyfile.in b/doxy/Doxyfile.in index 2f104aa6..b2659c26 100644 --- a/doxy/Doxyfile.in +++ b/doxy/Doxyfile.in @@ -859,7 +859,10 @@ EXCLUDE_SYMLINKS = NO # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* -EXCLUDE_PATTERNS = bosch_* +# bme280driver code is provided by bosch. This source contains tags which are +# picked up by doxygen (namely \mainpage) and incorrectly get added to docs. +EXCLUDE_PATTERNS = bosch_* \ + *bme280driver* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the