[doxygen] expand OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK (#12274)

This commit fixes incorrect return type in doxygen generated doc by
telling doxygen `OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK` should be
expanded. Doxygen got confused with macros following function
declarations.
This commit is contained in:
Yakun Xu
2026-01-09 03:16:40 +08:00
committed by GitHub
parent b47664b452
commit 093531d37c
+1 -1
View File
@@ -2026,7 +2026,7 @@ PREDEFINED = __attribute__(x)=
# definition found in the source code.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
EXPAND_AS_DEFINED =
EXPAND_AS_DEFINED = OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
# remove all references to function-like macros that are alone on a line, have an