projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't enable the pullup on the target /RESET line in the AVRISP project for PDI mode...
[pub/lufa.git]
/
LUFA
/
Doxygen.conf
diff --git
a/LUFA/Doxygen.conf
b/LUFA/Doxygen.conf
index
3497d34
..
387cd34
100644
(file)
--- a/
LUFA/Doxygen.conf
+++ b/
LUFA/Doxygen.conf
@@
-496,7
+496,7
@@
SHOW_DIRECTORIES = YES
# This will remove the Files entry from the Quick Index and from the
\r
# Folder Tree View (if specified). The default is YES.
\r
\r
# This will remove the Files entry from the Quick Index and from the
\r
# Folder Tree View (if specified). The default is YES.
\r
\r
-SHOW_FILES =
NO
\r
+SHOW_FILES =
YES
\r
\r
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
\r
# Namespaces page.
\r
\r
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
\r
# Namespaces page.
\r
@@
-636,8
+636,7
@@
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
- INCLUDE_FROM_*
\r
+EXCLUDE_SYMBOLS = __*
\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