From fe56c04b591fdafb92b26673dd20db6324e78990 Mon Sep 17 00:00:00 2001 From: "Myoungwoon Roy, Kim" Date: Mon, 13 May 2019 13:06:54 +0900 Subject: [PATCH] docs: Fix a wrong ingroup name of textpath. Summary: This patch fixes the wrong ingroup name of elm_textpath APIs. Elm_Textpath had been defined in elm_textpath.h enum values had been included into Efl_Ui group So I had modified all APIs and enum values to be inclused in Elm_Textpath_Group. Test Plan: run unit test cases Reviewers: segfaultxavi, cedric, zmike, Hermet Reviewed By: Hermet Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8885 --- src/lib/elementary/efl_ui_textpath_eo.legacy.h | 2 +- src/lib/elementary/elm_textpath.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/efl_ui_textpath_eo.legacy.h b/src/lib/elementary/efl_ui_textpath_eo.legacy.h index 47660c5f59..dad8d9e120 100644 --- a/src/lib/elementary/efl_ui_textpath_eo.legacy.h +++ b/src/lib/elementary/efl_ui_textpath_eo.legacy.h @@ -13,7 +13,7 @@ typedef Eo Efl_Ui_Textpath; /** Textpath direction * - * @ingroup Efl_Ui + * @ingroup Elm_Textpath_Group */ typedef enum { diff --git a/src/lib/elementary/elm_textpath.h b/src/lib/elementary/elm_textpath.h index 064c865bf3..29506b8cbb 100644 --- a/src/lib/elementary/elm_textpath.h +++ b/src/lib/elementary/elm_textpath.h @@ -1,5 +1,5 @@ /** - * @defgroup Elm_Textpath Textpath + * @defgroup Elm_Textpath_Group Textpath * @ingroup Elementary */