summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas
diff options
context:
space:
mode:
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>2020-07-14 09:48:04 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-07-14 10:09:22 +0100
commitf04a81805419e1af763e5825491e8cb5b00d748c (patch)
tree57f2c29f327d1cffc80aea3524543b37c93e3bbb /src/lib/evas/canvas
parentdd23a6c84aee249aa5316b48af6956072233bb97 (diff)
downloadefl-f04a81805419e1af763e5825491e8cb5b00d748c.tar.gz
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
Diffstat (limited to 'src/lib/evas/canvas')
-rw-r--r--src/lib/evas/canvas/efl_canvas_vg_node_eo.legacy.h5
-rw-r--r--src/lib/evas/canvas/efl_canvas_vg_shape_eo.legacy.h5
-rw-r--r--src/lib/evas/canvas/evas_table_eo.h2
-rw-r--r--src/lib/evas/canvas/evas_textblock_legacy.h6
4 files changed, 14 insertions, 4 deletions
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
@@ -15,6 +15,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.
*
* @note Pass @c null to cancel the applied transformation.
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
@@ -14,6 +14,11 @@ typedef Eo Evas_Vg_Shape;
#endif
/**
+ * @defgroup Evas_Vg_Shape_Group
+ * @ingroup Evas_Object_Vg_Group
+ */
+
+/**
* @brief Fill of the shape object.
*
* @param[in] obj The 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
*
* @{
*/