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
This commit is contained in:
Myoungwoon Roy, Kim 2019-05-13 13:06:54 +09:00 committed by Hermet Park
parent 09a4731813
commit fe56c04b59
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ typedef Eo Efl_Ui_Textpath;
/** Textpath direction
*
* @ingroup Efl_Ui
* @ingroup Elm_Textpath_Group
*/
typedef enum
{

View File

@ -1,5 +1,5 @@
/**
* @defgroup Elm_Textpath Textpath
* @defgroup Elm_Textpath_Group Textpath
* @ingroup Elementary
*/