diff options
-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 \ |