mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Doxyfile: skip CHECK_PRINTF()
Part of ticket 30984.
This commit is contained in:
parent
9b196f1563
commit
69d56625d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user