Prevent Doxygen from processing __attribute__(...)

Doxygen produces additional members/classes from these attributes.
This commit is contained in:
Tobias Brunner
2013-03-02 18:31:52 +01:00
parent b6a387f7b0
commit cd612784e4
+1 -1
View 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.