aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-03-07 13:11:54 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2011-03-11 16:24:44 -0500
commit7c5c5bb118fe3eacbfdc0599214bd989d85d9741 (patch)
tree560147a506841a68f8e55fbe2fad703ff93786c5 /docs
parent4d6662dadfda7f2fd55107535165dc98a0638a3c (diff)
[WIP] GPIO refactor: seems ok, ready for review
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxyfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 3290843..9bf02fc 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -620,7 +620,9 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE =
+# FIXME The USB thing needs to get redone (ST code stripped out,
+# etc.). Until then, just ignore it.
+EXCLUDE = ../libmaple/usb/
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
@@ -1369,7 +1371,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = ALWAYS_INLINE= \
+PREDEFINED = __attribute__()= \
__cplusplus
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then