Strip the BEGIN_DECLS definition from the first function in a module documentation.

This commit is contained in:
BuFran 2013-06-22 12:37:58 +02:00 committed by Piotr Esden-Tempski
parent 337733b5e5
commit 8f3ebd11c7

View File

@ -1525,7 +1525,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
PREDEFINED = __attribute__(x)=
PREDEFINED = __attribute__(x)= BEGIN_DECLS END_DECLS
# 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.