[evas] Lots of documentation groups didn't have end

delimiters set.



SVN revision: 60141
This commit is contained in:
Gustavo Lima Chaves 2011-06-09 16:48:31 +00:00
parent 92d15b99c9
commit e79cc153ea
2 changed files with 17 additions and 6 deletions

View File

@ -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);
/**
@ -2268,6 +2267,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
*
@ -3229,6 +3232,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...)
*
@ -4193,6 +4200,10 @@ EAPI Evas_Render_Op evas_object_render_op_get (const Evas_Obje
EAPI void evas_object_static_clip_set (Evas_Object *obj, Eina_Bool is_static_clip) EINA_ARG_NONNULL(1);
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
*

View File

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