docs: Add the missing API page name to elementary and evas

I had found missing API reference page name. There should be page name to each API defgroup

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D12128
This commit is contained in:
Myoungwoon Roy, Kim 2020-09-03 05:33:52 +00:00 committed by Stefan Schmidt
parent 9544c87428
commit add087837c
7 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@ typedef Eo Elm_Gengrid_Item;
/**
* Elementary gengrid item class
*
* @defgroup Elm_Gengrid_Item_Group
* @defgroup Elm_Gengrid_Item_Group Gengrid Item
* @ingroup Elm_Gengrid_Group
*/

View File

@ -15,7 +15,7 @@ typedef Eo Elm_Gengrid_Item;
#endif
/**
* @defgroup Elm_Gengrid_Item_Group
* @defgroup Elm_Gengrid_Item_Group Gengrid Item
* @ingroup Elm_Gengrid_Group
*/

View File

@ -16,7 +16,7 @@ typedef Eo Elm_Genlist_Item;
/**
* Elementary genlist item class
*
* @defgroup Elm_Genlist_Item_Group
* @defgroup Elm_Genlist_Item_Group Genlist Item
* @ingroup Elm_Genlist_Group
*/

View File

@ -15,7 +15,7 @@ typedef Eo Elm_Genlist_Item;
#endif
/**
* @defgroup Elm_Genlist_Item_Group
* @defgroup Elm_Genlist_Item_Group Genlist Item
* @ingroup Elm_Genlist_Group
*/

View File

@ -15,7 +15,7 @@ typedef Eo Elm_Index_Item;
#endif
/**
* @defgroup Elm_Index_Item_Group
* @defgroup Elm_Index_Item_Group Index Item
* @ingroup Elm_Index_Group
*/

View File

@ -15,7 +15,7 @@ typedef Eo Evas_Vg_Node;
#endif
/**
* @defgroup Evas_Vg_Node_Group
* @defgroup Evas_Vg_Node_Group Vector Graphics Node Functions
* @ingroup Evas_Object_Vg_Group
*/

View File

@ -14,7 +14,7 @@ typedef Eo Evas_Vg_Shape;
#endif
/**
* @defgroup Evas_Vg_Shape_Group
* @defgroup Evas_Vg_Shape_Group Vector Graphics Shape Functions
* @ingroup Evas_Object_Vg_Group
*/