diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doxygen/Doxyfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support/doxygen/Doxyfile b/support/doxygen/Doxyfile index c49fdc0..67b7692 100644 --- a/support/doxygen/Doxyfile +++ b/support/doxygen/Doxyfile @@ -1376,7 +1376,8 @@ PREDEFINED = __attribute__()= \ __cplusplus \ STM32_MEDIUM_DENSITY \ STM32_HIGH_DENSITY \ - STM32_XL_DENSITY + STM32_XL_DENSITY \ + __DOXYGEN_PREDEFINED_HACK # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. |