Skip to content
Snippets Groups Projects
Commit 69d56625 authored by Taylor Yu's avatar Taylor Yu
Browse files

Doxyfile: skip CHECK_PRINTF()

Part of ticket 30984.
parent 9b196f15
No related branches found
No related tags found
No related merge requests found
......@@ -2117,7 +2117,8 @@ PREDEFINED = "MOCK_IMPL(a,b,c)=a b c" \
__attribute__(x)= \
"BEGIN_CONF_STRUCT(x)=struct x {" \
"END_CONF_STRUCT(x)=};" \
"CONF_VAR(a,b,c,d)=b a;"
"CONF_VAR(a,b,c,d)=b a;" \
"CHECK_PRINTF(a, b)="
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment