[evas] Lots of documentation groups didn't have end
authorglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 9 Jun 2011 16:48:31 +0000 (16:48 +0000)
committerglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 9 Jun 2011 16:48:31 +0000 (16:48 +0000)
 delimiters set.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@60141 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h
src/lib/Evas_GL.h

index 3fa33af..5891c5c 100644 (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);
 
 /**
@@ -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
index 9ef3311..2fdf4af 100644 (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