From 1211029a5a63fc3db78c9b221e3a8f32f2995ded Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 20 Jul 2010 19:45:19 +0900 Subject: [PATCH] fix documentation in entry --- src/lib/elc_scrolled_entry.c | 4 ++-- src/lib/elm_entry.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 */ -- 2.7.4