fix documentation in entry
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 20 Jul 2010 10:45:19 +0000 (19:45 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 20 Jul 2010 10:45:19 +0000 (19:45 +0900)
src/lib/elc_scrolled_entry.c
src/lib/elm_entry.c

index 5fedb57..96a4370 100644 (file)
@@ -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
  */
index 54f8082..7eb81ea 100644 (file)
@@ -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
  */