From 2249122a5425b713548d611fea667dde756402a2 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 6 Nov 2010 12:44:25 +0000 Subject: [PATCH] better removal for EINA_ARG_NONNULL SVN revision: 54225 --- legacy/eina/doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eina/doc/Doxyfile b/legacy/eina/doc/Doxyfile index 3cbb2e6084..9c471e925e 100644 --- a/legacy/eina/doc/Doxyfile +++ b/legacy/eina/doc/Doxyfile @@ -1115,7 +1115,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = __UNUSED__= EINA_ARG_NONNULL= EINA_MALLOC= EINA_WARN_UNUSED_RESULT= EAPI= +PREDEFINED = __UNUSED__= EINA_ARG_NONNULL()= EINA_MALLOC= EINA_WARN_UNUSED_RESULT= EAPI= # 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.