projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
AVRISP programmer project now has a more robust timeout system, allowing for a doubli...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
VirtualSerial
/
Doxygen.conf
diff --git
a/Demos/Device/ClassDriver/VirtualSerial/Doxygen.conf
b/Demos/Device/ClassDriver/VirtualSerial/Doxygen.conf
index
5ef46c6
..
0852113
100644
(file)
--- a/
Demos/Device/ClassDriver/VirtualSerial/Doxygen.conf
+++ b/
Demos/Device/ClassDriver/VirtualSerial/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