aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Doxygen.conf
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-11 04:05:02 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-11 04:05:02 +0000
commitd49cc0f7830319e701294e19937fae4de26ae8e2 (patch)
treea6353899c8cc6940a6540832b36891345483c474 /LUFA/Doxygen.conf
parent3a2c1db6751979ae3e5d7a6fa51026f9c44c71c0 (diff)
downloadlufa-d49cc0f7830319e701294e19937fae4de26ae8e2.tar.gz
lufa-d49cc0f7830319e701294e19937fae4de26ae8e2.tar.bz2
lufa-d49cc0f7830319e701294e19937fae4de26ae8e2.zip
Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers.
Diffstat (limited to 'LUFA/Doxygen.conf')
-rw-r--r--LUFA/Doxygen.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf
index 5a15bd751..387cd34db 100644
--- a/LUFA/Doxygen.conf
+++ b/LUFA/Doxygen.conf
@@ -636,8 +636,7 @@ EXCLUDE_PATTERNS =
# wildcard * is used, a substring. Examples: ANamespace, AClass,
# AClass::ANamespace, ANamespace::*Test
-EXCLUDE_SYMBOLS = __* \
- INCLUDE_FROM_*
+EXCLUDE_SYMBOLS = __*
# The EXAMPLE_PATH tag can be used to specify one or more files or
# directories that contain example code fragments that are included (see