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
This commit is contained in:
Bowon Ryu 2017-10-23 13:40:37 +09:00 committed by Jean-Philippe Andre
parent 3489f5ec36
commit 348fc0b06e
1 changed files with 8 additions and 0 deletions

View File

@ -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".