From f04a81805419e1af763e5825491e8cb5b00d748c Mon Sep 17 00:00:00 2001 From: "Myoungwoon Roy, Kim" Date: Tue, 14 Jul 2020 09:48:04 +0100 Subject: docs: Correct the wrong API group name and typo in Evas, Eet, Eina, Eio and Elementary Summary: I found wrong API reference group name in mapbuf, Evas, Eet, Eina, Eio and fixed them. Test Plan: API reference documentation modification only Reviewers: segfaultxavi, stefan_schmidt Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D12052 --- src/lib/evas/canvas/efl_canvas_vg_node_eo.legacy.h | 5 +++++ src/lib/evas/canvas/efl_canvas_vg_shape_eo.legacy.h | 5 +++++ src/lib/evas/canvas/evas_table_eo.h | 2 +- src/lib/evas/canvas/evas_textblock_legacy.h | 6 +++--- 4 files changed, 14 insertions(+), 4 deletions(-) (limited to 'src/lib/evas/canvas') diff --git a/src/lib/evas/canvas/efl_canvas_vg_node_eo.legacy.h b/src/lib/evas/canvas/efl_canvas_vg_node_eo.legacy.h index d2d358cad5..cd8c2db026 100644 --- a/src/lib/evas/canvas/efl_canvas_vg_node_eo.legacy.h +++ b/src/lib/evas/canvas/efl_canvas_vg_node_eo.legacy.h @@ -14,6 +14,11 @@ typedef Eo Evas_Vg_Node; #endif +/** + * @defgroup Evas_Vg_Node_Group + * @ingroup Evas_Object_Vg_Group + */ + /** * @brief Sets the transformation matrix to be used for this node object. * diff --git a/src/lib/evas/canvas/efl_canvas_vg_shape_eo.legacy.h b/src/lib/evas/canvas/efl_canvas_vg_shape_eo.legacy.h index da9de73795..4a693db7d9 100644 --- a/src/lib/evas/canvas/efl_canvas_vg_shape_eo.legacy.h +++ b/src/lib/evas/canvas/efl_canvas_vg_shape_eo.legacy.h @@ -13,6 +13,11 @@ typedef Eo Evas_Vg_Shape; #endif +/** + * @defgroup Evas_Vg_Shape_Group + * @ingroup Evas_Object_Vg_Group + */ + /** * @brief Fill of the shape object. * diff --git a/src/lib/evas/canvas/evas_table_eo.h b/src/lib/evas/canvas/evas_table_eo.h index 576e109320..c0c7b23000 100644 --- a/src/lib/evas/canvas/evas_table_eo.h +++ b/src/lib/evas/canvas/evas_table_eo.h @@ -17,7 +17,7 @@ typedef Eo Evas_Table; * See @ref evas_obj_table_homogeneous_get for an explanation of the function * of each one. * - * @ingroup Evas_Object_Table + * @ingroup Evas_Object_Table_Group */ typedef enum { diff --git a/src/lib/evas/canvas/evas_textblock_legacy.h b/src/lib/evas/canvas/evas_textblock_legacy.h index 13752081f4..cafc14499c 100644 --- a/src/lib/evas/canvas/evas_textblock_legacy.h +++ b/src/lib/evas/canvas/evas_textblock_legacy.h @@ -1,8 +1,8 @@ /** - * @defgroup Evas_Object_Textblock Textblock Object Functions + * @defgroup Evas_Object_Textblock_Group Textblock Object Functions * * Functions used to create and manipulate textblock objects. Unlike - * @ref Evas_Object_Text, these handle complex text, doing multiple + * @ref Evas_Object_Text_Group, these handle complex text, doing multiple * styles and multiline text based on HTML-like tags. Of these extra * features will be heavier on memory and processing cost. * @@ -656,7 +656,7 @@ EAPI Eina_Bool evas_textblock_cursor_word_end(Evas_Textblock_Cursor *obj); */ /** - * @addtogroup Evas_Object_Textblock + * @addtogroup Evas_Object_Textblock_Group * * @{ */ -- cgit v1.2.1