diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-11 14:49:17 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-31 17:24:17 -0400 |
commit | 5eda0127524f60d4e09dc8213e042915e22351f7 (patch) | |
tree | 53a65c0aa395e4e0225aab2de9faa1269f546ee2 | |
parent | f6e0a0e8e63e576d7f6c0194d13ec24c5a907363 (diff) | |
download | librambutan-5eda0127524f60d4e09dc8213e042915e22351f7.tar.gz librambutan-5eda0127524f60d4e09dc8213e042915e22351f7.zip |
Doxyfile: Add to PREDEFINED to cover libmaple_types.h.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | support/doxygen/Doxyfile | 4 |
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 \ |