]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Tell doxygen not to pay attention to __attribute__.
authorNick Mathewson <nickm@torproject.org>
Wed, 16 Oct 2019 15:02:49 +0000 (11:02 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 Oct 2019 15:02:49 +0000 (11:02 -0400)
Doxyfile.in

index 5767b61043249da9889633f3a3765b282183f44e..eedb6a43346b4b6b562e9bfee7f3eb4048031373 100644 (file)
@@ -2107,7 +2107,9 @@ INCLUDE_FILE_PATTERNS  =
 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
 
 PREDEFINED             = "MOCK_IMPL(a,b,c)=a b c" \
-                         "MOCK_DECL(a,b,c)=a b c"
+                         "MOCK_DECL(a,b,c)=a b c" \
+                         __attribute__(x)=
+
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
 # tag can be used to specify a list of macro names that should be expanded. The