diff options
Diffstat (limited to 'Demos/Host/LowLevel/MouseHost/Doxygen.conf')
-rw-r--r-- | Demos/Host/LowLevel/MouseHost/Doxygen.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/MouseHost/Doxygen.conf b/Demos/Host/LowLevel/MouseHost/Doxygen.conf index bcf811fc6..d176939ef 100644 --- a/Demos/Host/LowLevel/MouseHost/Doxygen.conf +++ b/Demos/Host/LowLevel/MouseHost/Doxygen.conf @@ -637,7 +637,8 @@ EXCLUDE_PATTERNS = # wildcard * is used, a substring. Examples: ANamespace, AClass,
# AClass::ANamespace, ANamespace::*Test
-EXCLUDE_SYMBOLS = __*
+EXCLUDE_SYMBOLS = __* \
+ INCLUDE_FROM_*
# The EXAMPLE_PATH tag can be used to specify one or more files or
# directories that contain example code fragments that are included (see
|