docs: Added exclude to Doxyfile for boschdriver src.

The boschdriver.h file contains tags which are picked up by
doxygen and cause incorrect results.  For example, the
\mainpage and \license cause the Bosch header collateral to
be placed on the index.html page of the UPM docs.

Added an entry to EXCLUDE_PATTERNS which handles this.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck 2016-04-21 15:21:04 -07:00
parent d355f76226
commit 6b273a1b49

View File

@ -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