mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user