From: Jihoon Kim Date: Tue, 20 Jul 2010 10:45:19 +0000 (+0900) Subject: fix documentation in entry X-Git-Tag: beat-winset-test_0.1.1-40~151 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1211029a5a63fc3db78c9b221e3a8f32f2995ded;p=framework%2Fuifw%2Felementary.git fix documentation in entry --- diff --git a/src/lib/elc_scrolled_entry.c b/src/lib/elc_scrolled_entry.c index 5fedb57..96a4370 100644 --- a/src/lib/elc_scrolled_entry.c +++ b/src/lib/elc_scrolled_entry.c @@ -991,10 +991,10 @@ EAPI Ecore_IMF_Context *elm_scrolled_entry_imf_context_get(Evas_Object *obj) } /** - * enable to show the input panel automatically. + * This sets the attribute to show the input panel automatically. * * @param obj The scrolled entry object - * @param enabled If true, the input panel is enabled + * @param enabled If true, the input panel is appeared when entry is clicked or has a focus * * @ingroup Scrolled_Entry */ diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c index 54f8082..7eb81ea 100644 --- a/src/lib/elm_entry.c +++ b/src/lib/elm_entry.c @@ -2863,10 +2863,10 @@ elm_entry_ellipsis_set(Evas_Object *obj, Eina_Bool ellipsis) } /** - * enable to show the input panel automatically. + * This sets the attribute to show the input panel automatically. * * @param obj The entry object - * @param enabled If true, the input panel is enabled + * @param enabled If true, the input panel is appeared when entry is clicked or has a focus * * @ingroup Entry */