From 46969fd34aa2c3ae7db3b112f30f8513a0993b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Briano?= Date: Fri, 22 Jul 2011 14:01:56 +0000 Subject: [PATCH] Group docs so textblock, line and polygon at least show their functions SVN revision: 61590 --- legacy/evas/src/lib/Evas.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index 88f1435dff..f1723746a8 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -7446,6 +7446,8 @@ EAPI Evas_BiDi_Direction evas_object_text_direction_get (const Evas_Object *obj * @todo put here some usage examples * * @ingroup Evas_Object_Specific + * + * @{ */ /** @@ -8299,6 +8301,9 @@ EAPI void evas_object_textblock_size_formatted_get(const */ EAPI void evas_object_textblock_size_native_get(const Evas_Object *obj, Evas_Coord *w, Evas_Coord *h) EINA_ARG_NONNULL(1); EAPI void evas_object_textblock_style_insets_get(const Evas_Object *obj, Evas_Coord *l, Evas_Coord *r, Evas_Coord *t, Evas_Coord *b) EINA_ARG_NONNULL(1); +/** + * @} + */ /** * @defgroup Evas_Line_Group Line Object Functions @@ -8306,6 +8311,8 @@ EAPI void evas_object_textblock_size_native_get(const Ev * Functions used to deal with evas line objects. * * @ingroup Evas_Object_Specific + * + * @{ */ /** @@ -8338,6 +8345,9 @@ EAPI void evas_object_line_xy_set (Evas_Object *obj, Evas * second end point. */ EAPI void evas_object_line_xy_get (const Evas_Object *obj, Evas_Coord *x1, Evas_Coord *y1, Evas_Coord *x2, Evas_Coord *y2); +/** + * @} + */ /** * @defgroup Evas_Object_Polygon Polygon Object Functions @@ -8348,6 +8358,8 @@ EAPI void evas_object_line_xy_get (const Evas_Object *obj * can calculate points and convert these to a polygon. * * @ingroup Evas_Object_Specific + * + * @{ */ /** @@ -8371,6 +8383,9 @@ EAPI void evas_object_polygon_point_add (Evas_Object *obj, Evas * @param obj The given polygon object. */ EAPI void evas_object_polygon_points_clear (Evas_Object *obj) EINA_ARG_NONNULL(1); +/** + * @} + */ /** * @defgroup Evas_Smart_Group Smart Functions