From: Tobias Brunner Date: Sat, 2 Mar 2013 12:33:25 +0000 (+0100) Subject: Prevent Doxygen from processing __attribute__(...) X-Git-Tag: 5.0.3dr3~28 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=cd612784e4f2d5a94347a9214ebdc89a96c0c965;ds=sidebyside Prevent Doxygen from processing __attribute__(...) Doxygen produces additional members/classes from these attributes. --- diff --git a/Doxyfile.in b/Doxyfile.in index b0385d2..9a44df8 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -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.