jpeg pushed a commit to branch master.

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

commit 5c74ee26471dffea2bdaa4ab60a9a60d947a9cf2
Author: JinYong Park <j4939.p...@samsung.com>
Date:   Fri Oct 27 11:29:43 2017 +0900

    elm_entry: add missing parameter description
    
    Summary: Add missing parameter description to remove doxygen warning
    
    Test Plan: API Doxygen Revision
    
    Reviewers: cedric, jpeg, myoungwoon, id213sin
    
    Differential Revision: https://phab.enlightenment.org/D5389
---
 src/lib/elementary/elm_entry_common.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/lib/elementary/elm_entry_common.h 
b/src/lib/elementary/elm_entry_common.h
index b9172c0e2a..6c5d2151d0 100644
--- a/src/lib/elementary/elm_entry_common.h
+++ b/src/lib/elementary/elm_entry_common.h
@@ -177,6 +177,10 @@ struct _Elm_Entry_Filter_Limit_Size
  * The function works on the UTF-8 representation of the string, converting
  * it from the set markup, thus not accounting for any format in it.
  *
+ * @param[in] data The data passed to this function.
+ * @param[in] entry The object.
+ * @param[in,out] text The entry's text to limit size
+ *
  * The user must create an #Elm_Entry_Filter_Limit_Size structure and pass
  * it as data when setting the filter. In it, it's possible to set limits
  * by character count or bytes (any of them is disabled if 0), and both can
@@ -218,6 +222,10 @@ struct _Elm_Entry_Filter_Accept_Set
  * mutually exclusive. This structure must be available for as long as
  * the entry is alive AND the elm_entry_filter_accept_set is being used.
  *
+ * @param[in] data The data passed to this function.
+ * @param[in] entry The object.
+ * @param[in,out] text The entry's text to accept or reject filter
+ *
  * The @c accepted set takes preference, so if it is set, the filter will
  * only work based on the accepted characters, ignoring anything in the
  * @c rejected value. If @c accepted is @c NULL, then @c rejected is used.

-- 


Reply via email to