From 6216404442eb2987aadef6406e0b1d0011b9f1e4 Mon Sep 17 00:00:00 2001 From: glima Date: Thu, 9 Jun 2011 16:48:31 +0000 Subject: [PATCH] [evas] Lots of documentation groups didn't have end delimiters set. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@60141 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Evas.h | 21 ++++++++++++++++----- src/lib/Evas_GL.h | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 3fa33af..5891c5c 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -2096,6 +2096,10 @@ EAPI void evas_event_feed_hold (Evas *e, int hold, uns * @ingroup Evas_Canvas */ +/** + * @addtogroup Evas_Canvas_Events + * @{ + */ /** * Add a callback function to the canvas. @@ -2155,11 +2159,6 @@ EAPI void evas_event_feed_hold (Evas *e, int hold, uns * } * @endcode */ - -/** - * @addtogroup Evas_Canvas_Events - * @{ - */ EAPI void evas_event_callback_add (Evas *e, Evas_Callback_Type type, Evas_Event_Cb func, const void *data) EINA_ARG_NONNULL(1, 3); /** @@ -2269,6 +2268,10 @@ EAPI void evas_post_event_callback_remove (Evas *e, Evas_Objec EAPI void evas_post_event_callback_remove_full (Evas *e, Evas_Object_Event_Post_Cb func, const void *data); /** + * @} + */ + +/** * @defgroup Evas_Image_Group Image Functions * * Functions that deals with images at canvas level. @@ -3230,6 +3233,10 @@ EAPI void evas_object_propagate_events_set (Evas_Object *obj, Ein EAPI Eina_Bool evas_object_propagate_events_get (const Evas_Object *obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_PURE; /** + * @} + */ + +/** * @defgroup Evas_Object_Group_Map UV Mapping (Rotation, Perspecitve, 3D...) * * Evas allows different transformations to be applied to all kinds of @@ -4194,6 +4201,10 @@ EAPI Evas_Render_Op evas_object_render_op_get (const Evas_Obje EAPI Eina_Bool evas_object_static_clip_get (const Evas_Object *obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_PURE; /** + * @} + */ + +/** * @defgroup Evas_Object_Group_Find Finding Objects * * Functions that allows finding objects by their position, name or diff --git a/src/lib/Evas_GL.h b/src/lib/Evas_GL.h index 9ef3311..2fdf4af 100644 --- a/src/lib/Evas_GL.h +++ b/src/lib/Evas_GL.h @@ -54,7 +54,7 @@ struct _Evas_GL_Config }; /** - * @defgroup Evas_GL group for rendering GL on Evas + * @defgroup Evas_GL Rendering GL on Evas * * Functions that are used to do OpenGL rendering on Evas. Evas allows you * to use OpenGL to render to specially set up image objects (which act as -- 2.7.4