jpeg pushed a commit to branch master.

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

commit 348fc0b06ef11be539066faee291cdbda8a58ebe
Author: Bowon Ryu <[email protected]>
Date:   Mon Oct 23 13:40:37 2017 +0900

    edje: add missing documentation.
    
    Summary: This adds missing doxgen documentation for Edje_Common.h
    
    Test Plan: API Doxygen Revision
    
    Reviewers: cedric, jpeg, myoungwoon
    
    Differential Revision: https://phab.enlightenment.org/D5345
---
 src/lib/edje/Edje_Common.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/lib/edje/Edje_Common.h b/src/lib/edje/Edje_Common.h
index c29ccd7ee7..3f2c81066a 100644
--- a/src/lib/edje/Edje_Common.h
+++ b/src/lib/edje/Edje_Common.h
@@ -1239,6 +1239,8 @@ EAPI Eina_Iterator 
*edje_color_class_active_iterator_new(void);
 /**
  * @brief Iterates over all the color class provided by an Edje file.
  *
+ * @param f The mapped edje file.
+ *
  * @return an iterator of Edje_Color_Class provided by the Edje file.
  *
  * @since 1.14
@@ -1597,6 +1599,8 @@ EAPI Eina_Iterator 
*edje_text_class_active_iterator_new(void);
 /**
  * @brief Iterate over all text classes provided by an Edje file.
  *
+ * @param f The mapped edje file.
+ *
  * @return an iterator of Edje_Text_Class provided by the Edje file.
  *
  * @since 1.17
@@ -1704,6 +1708,8 @@ EAPI Eina_Iterator 
*edje_size_class_active_iterator_new(void);
 /**
  * @brief Iterates over all size classes provided by an Edje file.
  *
+ * @param f The mapped edje file.
+ *
  * @return an iterator of Edje_Size_Class provided by the Edje file.
  *
  * @since 1.17
@@ -1943,6 +1949,8 @@ EAPI void         edje_thaw                       (void);
 /**
  * @brief Sets Edje language.
  *
+ * @param locale The locale specifier.
+ *
  * This function sets the given language.
  *
  * @note: emits signal edje,language,"locale".

-- 


Reply via email to