]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Prevent Doxygen from processing __attribute__(...)
authorTobias Brunner <tobias@strongswan.org>
Sat, 2 Mar 2013 12:33:25 +0000 (13:33 +0100)
committerTobias Brunner <tobias@strongswan.org>
Sat, 2 Mar 2013 17:31:52 +0000 (18:31 +0100)
Doxygen produces additional members/classes from these attributes.

Doxyfile.in

index b0385d2c475fd6e9e09f806e9e8cf37d9b0ee690..9a44df82e547b419eb39dbe26cf668f9d757f55d 100644 (file)
@@ -1519,7 +1519,7 @@ INCLUDE_FILE_PATTERNS  =
 # undefined via #undef or recursively expanded use the := operator
 # instead of the = operator.
 
-PREDEFINED             = LEAK_DETECTIVE
+PREDEFINED             = LEAK_DETECTIVE __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.