yakov pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ed8301b8bfc5faab23b76668acc79f88759ecef5

commit ed8301b8bfc5faab23b76668acc79f88759ecef5
Author: Yakov Goldberg <yako...@samsung.com>
Date:   Mon Oct 14 16:15:11 2013 +0300

    eo: fix doxygen description, which is needed for parser
---
 src/lib/eo/Eo.h | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h
index dc105b0..8ec503f 100644
--- a/src/lib/eo/Eo.h
+++ b/src/lib/eo/Eo.h
@@ -1103,6 +1103,7 @@ enum {
 #define eo_base_data_del(key) EO_BASE_ID(EO_BASE_SUB_ID_DATA_DEL), 
EO_TYPECHECK(const char *, key)
 
 /**
+ * @def eo_parent_set
  * @brief Set the parent of an object
  * @param[in] parent the new parent.
  *
@@ -1116,6 +1117,7 @@ enum {
 #define eo_parent_set(parent) EO_BASE_ID(EO_BASE_SUB_ID_PARENT_SET), 
EO_TYPECHECK(Eo *, parent)
 
 /**
+ * @def eo_parent_get
  * @brief Get the parent of an object
  * @param[out] a pointer to the parent object.
  *
@@ -1124,6 +1126,7 @@ enum {
 #define eo_parent_get(parent) EO_BASE_ID(EO_BASE_SUB_ID_PARENT_GET), 
EO_TYPECHECK(Eo **, parent)
 
 /**
+ * @def eo_children_iterator_new
  * @brief Get an iterator on all childrens
  * @param obj the object to get the childrens from.
  * @return a pointer to an Eina_Iterator containing all the childrens.
@@ -1447,7 +1450,7 @@ struct _Eo_Callback_Array_Item
          EO_CALLBACK_PRIORITY_DEFAULT, data)
 
 /**
- * @def eo_event_callback_priority_add
+ * @def eo_event_callback_array_priority_add
  * @brief Add a callback array for an event with a specific priority.
  * @param[in] array an #Eo_Callback_Array_Item of events to listen to.
  * @param[in] priority The priority of the callback.
@@ -1460,7 +1463,7 @@ struct _Eo_Callback_Array_Item
 #define eo_event_callback_array_priority_add(array, priority, data) 
EO_BASE_ID(EO_BASE_SUB_ID_EVENT_CALLBACK_ARRAY_PRIORITY_ADD), 
EO_TYPECHECK(const Eo_Callback_Array_Item *, array), 
EO_TYPECHECK(Eo_Callback_Priority, priority), EO_TYPECHECK(const void *, data)
 
 /**
- * @def eo_event_callback_del
+ * @def eo_event_callback_array_del
  * @brief Del a callback array with a specific data associated to it for an 
event.
  * @param[in] array an #Eo_Callback_Array_Item of events to listen to.
  * @param[in] user_data The data to compare.

-- 


Reply via email to