From afd59fa8e70b9f5f1d65e161140c0cde88fca9ea Mon Sep 17 00:00:00 2001 From: seoz Date: Fri, 13 Apr 2012 06:28:40 +0000 Subject: [PATCH] elm elm_general.h: Fixed documentation. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@70163 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_general.h b/src/lib/elm_general.h index 39fd1bd..8c7d300 100644 --- a/src/lib/elm_general.h +++ b/src/lib/elm_general.h @@ -135,7 +135,7 @@ typedef Eina_Bool (*Elm_Event_Cb)(void *data, Evas_Object *obj, Evas * macro. There is no need to use this if you use this macro (which * is highly advisable). An elm_main() should contain the entry * point code for your application, having the same prototype as - * elm_init(), and @b not being static (putting the @c EAPI symbol + * elm_init(), and @b not being static (putting the @c EAPI_MAIN symbol * in front of its type declaration is advisable). The @c * ELM_MAIN() call should be placed just after it. * -- 2.7.4