From 4a5f42c22c16ee806596d6661ed48ee952751059 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 6 Nov 2010 12:41:37 +0000 Subject: [PATCH] remove EAPI from documentation SVN revision: 54224 --- 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 42bdc2ebf2..3cbb2e6084 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= +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.