Hello,

In doxygen of elementary API, I use EINA_TRUE or EINA_FALSE instead of 1 or
0.
Would you please apply this simple patch?
Index: elm_main.c
===================================================================
--- elm_main.c	(리비전 60547)
+++ elm_main.c	(작업 사본)
@@ -2377,7 +2377,7 @@ elm_edje_collection_cache_all_set(int size)
  * This gets the focused property of the object.
  *
  * @param obj The object
- * @return 1 if the object is focused, 0 if not.
+ * @return EINA_TRUE if the object is focused, EINA_FALSE if not.
  * @ingroup Focus
  */
 EAPI Eina_Bool
@@ -2429,7 +2429,7 @@ elm_object_unfocus(Evas_Object *obj)
  * not. By default all objects are able to be focused.
  *
  * @param obj The object
- * @param enable 1 if the object can be focused, 0 if not
+ * @param enable EINA_TRUE if the object can be focused, EINA_FALSE if not
  * @ingroup Focus
  */
 EAPI void
@@ -2447,7 +2447,7 @@ elm_object_focus_allow_set(Evas_Object *obj,
  * not. By default all objects are able to be focused.
  *
  * @param obj The object
- * @return 1 if the object is allowed to be focused, 0 if not.
+ * @return EINA_TRUE if the object is allowed to be focused, EINA_FALSE if not.
  * @ingroup Focus
  */
 EAPI Eina_Bool
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to