mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
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:
parent
d355f76226
commit
6b273a1b49
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user