davemds pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=6c0c6f733abbc021100372465ab57a9a1d45e217
commit 6c0c6f733abbc021100372465ab57a9a1d45e217 Author: davemds <d...@gurumeditation.it> Date: Sun Feb 9 12:43:45 2014 +0100 Docs: actually show the functions. Missed doxy group. --- src/lib/elm_entry_legacy.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/elm_entry_legacy.h b/src/lib/elm_entry_legacy.h index 316fece..a03ccc6 100644 --- a/src/lib/elm_entry_legacy.h +++ b/src/lib/elm_entry_legacy.h @@ -46,6 +46,7 @@ EAPI const char *elm_entry_entry_get(const Evas_Object *obj); * @param obj The entry object * @param style The style user to push * + * @ingroup Entry * @since 1.7 */ EAPI void elm_entry_text_style_user_push(Evas_Object *obj, const char *style); @@ -57,6 +58,7 @@ EAPI void elm_entry_text_style_user_push(Evas_Object *obj, const char *styl * * @see elm_entry_text_style_user_push() * + * @ingroup Entry * @since 1.7 */ EAPI void elm_entry_text_style_user_pop(Evas_Object *obj); @@ -69,6 +71,7 @@ EAPI void elm_entry_text_style_user_pop(Evas_Object *obj); * * @see elm_entry_text_style_user_push() * + * @ingroup Entry * @since 1.7 */ EAPI const char* elm_entry_text_style_user_peek(const Evas_Object *obj); @@ -281,6 +284,8 @@ EAPI void elm_entry_entry_insert(Evas_Object *obj, const char *ent * * @param obj The entry object * @param wrap The wrap mode to use. See Elm_Wrap_Type for details on them + * + * @ingroup Entry */ EAPI void elm_entry_line_wrap_set(Evas_Object *obj, Elm_Wrap_Type wrap); --