aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorTaylor Yu <catalyst@torproject.org>2019-12-08 21:58:18 -0600
committerTaylor Yu <catalyst@torproject.org>2019-12-08 22:40:00 -0600
commit69d56625d14ad61db389acd4e0cdde7582f13c56 (patch)
tree3f318407baa9c98731c6f316f1d7d347977e0534 /Doxyfile.in
parent9b196f15638ea490d1d0892cf320c5afc66a1eef (diff)
downloadtor-69d56625d14ad61db389acd4e0cdde7582f13c56.tar.gz
tor-69d56625d14ad61db389acd4e0cdde7582f13c56.zip
Doxyfile: skip CHECK_PRINTF()
Part of ticket 30984.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index c99f536e60..503c1302db 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -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