aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-05-11 14:49:17 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-05-31 17:24:17 -0400
commit5eda0127524f60d4e09dc8213e042915e22351f7 (patch)
tree53a65c0aa395e4e0225aab2de9faa1269f546ee2 /support
parentf6e0a0e8e63e576d7f6c0194d13ec24c5a907363 (diff)
downloadlibrambutan-5eda0127524f60d4e09dc8213e042915e22351f7.tar.gz
librambutan-5eda0127524f60d4e09dc8213e042915e22351f7.zip
Doxyfile: Add to PREDEFINED to cover libmaple_types.h.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'support')
-rw-r--r--support/doxygen/Doxyfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/support/doxygen/Doxyfile b/support/doxygen/Doxyfile
index 1074403..daeaf38 100644
--- a/support/doxygen/Doxyfile
+++ b/support/doxygen/Doxyfile
@@ -1375,6 +1375,10 @@ INCLUDE_FILE_PATTERNS =
# instead of the = operator.
PREDEFINED = __attribute__()= \
+ __deprecated= \
+ __always_inline= \
+ __packed = \
+ __weak = \
__cplusplus \
STM32_MEDIUM_DENSITY \
STM32_HIGH_DENSITY \