diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-02-03 00:57:49 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-02-03 00:57:49 +0000 |
| commit | 9066e724677f3cd9d870d9f3c39f6979a690e435 (patch) | |
| tree | 8b1e853d2892ee4652954fd5d8fe7a7686468d12 /Demos/Device/ClassDriver/AudioOutput/Doxygen.conf | |
| parent | 52ffbf5b470c8c1988d3c15032ee7088c0ce110d (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/Device/ClassDriver/AudioOutput/Doxygen.conf')
| -rw-r--r-- | Demos/Device/ClassDriver/AudioOutput/Doxygen.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/AudioOutput/Doxygen.conf b/Demos/Device/ClassDriver/AudioOutput/Doxygen.conf index 646b30e4..632a749c 100644 --- a/Demos/Device/ClassDriver/AudioOutput/Doxygen.conf +++ b/Demos/Device/ClassDriver/AudioOutput/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
|
