aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/MassStorage/Doxygen.conf
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-03 00:57:49 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-03 00:57:49 +0000
commit77e86e7d82c65b1c2a75f965cb936b8f7ad97ac2 (patch)
tree8b1e853d2892ee4652954fd5d8fe7a7686468d12 /Demos/Device/LowLevel/MassStorage/Doxygen.conf
parent08e8d6393edeaf775b5c3fc3bf2a76e62698d129 (diff)
downloadlufa-77e86e7d82c65b1c2a75f965cb936b8f7ad97ac2.tar.gz
lufa-77e86e7d82c65b1c2a75f965cb936b8f7ad97ac2.tar.bz2
lufa-77e86e7d82c65b1c2a75f965cb936b8f7ad97ac2.zip
Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.
Diffstat (limited to 'Demos/Device/LowLevel/MassStorage/Doxygen.conf')
-rw-r--r--Demos/Device/LowLevel/MassStorage/Doxygen.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/MassStorage/Doxygen.conf b/Demos/Device/LowLevel/MassStorage/Doxygen.conf
index 7c21f7a62..bd89e3c09 100644
--- a/Demos/Device/LowLevel/MassStorage/Doxygen.conf
+++ b/Demos/Device/LowLevel/MassStorage/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