[tor/master] Doxyfile: skip CHECK_PRINTF()

commit 69d56625d14ad61db389acd4e0cdde7582f13c56 Author: Taylor Yu <catalyst@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
participants (1)
-
teor@torproject.org