aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/ClassDriver/JoystickHostWithParser/Doxygen.conf
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-02-03 00:57:49 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-02-03 00:57:49 +0000
commit9066e724677f3cd9d870d9f3c39f6979a690e435 (patch)
tree8b1e853d2892ee4652954fd5d8fe7a7686468d12 /Demos/Host/ClassDriver/JoystickHostWithParser/Doxygen.conf
parent52ffbf5b470c8c1988d3c15032ee7088c0ce110d (diff)
Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1105 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/ClassDriver/JoystickHostWithParser/Doxygen.conf')
-rw-r--r--Demos/Host/ClassDriver/JoystickHostWithParser/Doxygen.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/JoystickHostWithParser/Doxygen.conf b/Demos/Host/ClassDriver/JoystickHostWithParser/Doxygen.conf
index 272f72ed..259f2ce0 100644
--- a/Demos/Host/ClassDriver/JoystickHostWithParser/Doxygen.conf
+++ b/Demos/Host/ClassDriver/JoystickHostWithParser/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