From 5eda0127524f60d4e09dc8213e042915e22351f7 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 11 May 2012 14:49:17 -0400 Subject: Doxyfile: Add to PREDEFINED to cover libmaple_types.h. Signed-off-by: Marti Bolivar --- support/doxygen/Doxyfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'support') 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 \ -- cgit v1.2.3