tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 69d56625d14ad61db389acd4e0cdde7582f13c56
parent 9b196f15638ea490d1d0892cf320c5afc66a1eef
Author: Taylor Yu <catalyst@torproject.org>
Date:   Sun,  8 Dec 2019 21:58:18 -0600

Doxyfile: skip CHECK_PRINTF()

Part of ticket 30984.

Diffstat:
MDoxyfile.in | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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