projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.
[pub/lufa.git]
/
Demos
/
Device
/
LowLevel
/
DualVirtualSerial
/
Doxygen.conf
diff --git
a/Demos/Device/LowLevel/DualVirtualSerial/Doxygen.conf
b/Demos/Device/LowLevel/DualVirtualSerial/Doxygen.conf
index
efc263a
..
906862b
100644
(file)
--- a/
Demos/Device/LowLevel/DualVirtualSerial/Doxygen.conf
+++ b/
Demos/Device/LowLevel/DualVirtualSerial/Doxygen.conf
@@
-637,7
+637,8
@@
EXCLUDE_PATTERNS =
# wildcard * is used, a substring. Examples: ANamespace, AClass,
\r
# AClass::ANamespace, ANamespace::*Test
\r
\r
# wildcard * is used, a substring. Examples: ANamespace, AClass,
\r
# AClass::ANamespace, ANamespace::*Test
\r
\r
-EXCLUDE_SYMBOLS = __*
\r
+EXCLUDE_SYMBOLS = __* \
\r
+ INCLUDE_FROM_*
\r
\r
# The EXAMPLE_PATH tag can be used to specify one or more files or
\r
# directories that contain example code fragments that are included (see
\r
\r
# The EXAMPLE_PATH tag can be used to specify one or more files or
\r
# directories that contain example code fragments that are included (see
\r