[tor-commits] [tor/master] Doxyfile: skip CHECK_PRINTF()

teor at torproject.org teor at torproject.org
Sun Dec 15 22:17:37 UTC 2019


commit 69d56625d14ad61db389acd4e0cdde7582f13c56
Author: Taylor Yu <catalyst at torproject.org>
Date:   Sun Dec 8 21:58:18 2019 -0600

    Doxyfile: skip CHECK_PRINTF()
    
    Part of ticket 30984.
---
 Doxyfile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Doxyfile.in b/Doxyfile.in
index c99f536e6..503c1302d 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





More information about the tor-commits mailing list