Skip to content

Commit

Permalink
Doxyfile: skip CHECK_PRINTF()
Browse files Browse the repository at this point in the history
Part of ticket 30984.
  • Loading branch information
tlyu committed Dec 9, 2019
1 parent 9b196f1 commit 69d5662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69d5662

Please sign in to comment.