summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBowon Ryu <bowon.ryu@samsung.com>2017-10-23 13:40:37 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-10-23 13:40:38 +0900
commit348fc0b06ef11be539066faee291cdbda8a58ebe (patch)
tree53f53c9e11a3b9786da5fb72b40997e76843652f
parent3489f5ec36c5399feda040bbfbb80f8fcbbd8337 (diff)
downloadefl-348fc0b06ef11be539066faee291cdbda8a58ebe.tar.gz
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
-rw-r--r--src/lib/edje/Edje_Common.h8
1 files changed, 8 insertions, 0 deletions
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".