aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile
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
commita72539472a70be072da3fcaeb495abbfa2ba8971 (patch)
treed7128f4f9ade26ade3cd37ca6be447512aff7d7b /Doxyfile
parent5a5aea2044997c83e330867ada4acee8b487470b (diff)
downloadlibrambutan-a72539472a70be072da3fcaeb495abbfa2ba8971.tar.gz
librambutan-a72539472a70be072da3fcaeb495abbfa2ba8971.zip
[WIP] GPIO refactor: seems ok, ready for review
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 3290843..9bf02fc 100644
--- a/Doxyfile
+++ b/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