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 | 3fa7a509c4caf8c3d3bfe3cec9af47d05cf84fe2 (patch) | |
| tree | 53a65c0aa395e4e0225aab2de9faa1269f546ee2 /support | |
| parent | 518b5f0b4b60a22e0b897b98959e23642bfb7dd2 (diff) | |
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/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 \ |
