projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HALF_RAIL...
[pub/USBasp.git]
/
Projects
/
MissileLauncher
/
Doxygen.conf
diff --git
a/Projects/MissileLauncher/Doxygen.conf
b/Projects/MissileLauncher/Doxygen.conf
index
896011b
..
e601541
100644
(file)
--- a/
Projects/MissileLauncher/Doxygen.conf
+++ b/
Projects/MissileLauncher/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