docs: fix Doxygen parsing of attribute prefixes (#8179)

This commit is contained in:
Victor Wheeler
2025-05-06 08:07:57 -06:00
committed by GitHub
parent bb24378907
commit db07c3edb4
7 changed files with 46 additions and 26 deletions
+10 -1
View File
@@ -2060,7 +2060,16 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED = DOXYGEN LV_CONF_PATH="../../lv_conf.h"
PREDEFINED = DOXYGEN \
LV_CONF_PATH="../../lv_conf.h" \
LV_ATTRIBUTE_TICK_INC= \
LV_ATTRIBUTE_TIMER_HANDLER= \
LV_ATTRIBUTE_FLUSH_READY= \
LV_ATTRIBUTE_MEM_ALIGN= \
LV_ATTRIBUTE_LARGE_CONST= \
LV_ATTRIBUTE_LARGE_RAM_ARRAY= \
LV_ATTRIBUTE_FAST_MEM= \
LV_ATTRIBUTE_EXTERN_DATA=
# 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. The