From: caro Date: Sat, 6 Nov 2010 12:41:37 +0000 (+0000) Subject: remove EAPI from documentation X-Git-Tag: 2.0_alpha~70^2~291 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a2c51abfead908ea8b24963e640def72f30dcf1;p=framework%2Fuifw%2Feina.git remove EAPI from documentation git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@54224 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/doc/Doxyfile b/doc/Doxyfile index 42bdc2e..3cbb2e6 100644 --- a/doc/Doxyfile +++ b/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.