docs: correct group name of segmentcontrol for API docs.

Summary:
correct group name of segmentcontrol for API docs consistency.
Elm_SegmentControl -> Elm_Segment_Control

Test Plan: N/A

Reviewers: Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7087
This commit is contained in:
Bowon Ryu 2018-09-21 17:25:56 +09:00 committed by Jaehyun Cho
parent b1f205f0c9
commit 0f1227c158
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/**
* @defgroup Elm_SegmentControl SegmentControl
* @defgroup Elm_Segment_Control SegmentControl
* @ingroup Elementary
*
* @image html segment_control_inheritance_tree.png
@ -57,7 +57,7 @@
*/
/**
* @addtogroup Elm_SegmentControl
* @addtogroup Elm_Segment_Control
* @{
*/

View File

@ -7,7 +7,7 @@
*
* This function inserts a new segment control widget on the canvas.
*
* @ingroup Elm_SegmentControl
* @ingroup Elm_Segment_Control
*/
EAPI Evas_Object *elm_segment_control_add(Evas_Object *parent);

View File

@ -16,7 +16,7 @@
*
* @section elm-segment-control-class The Elementary Segment control Class
*
* Elementary, besides having the @ref SegmentControl widget, exposes
* Elementary, besides having the @ref Elm_Segment_Control widget, exposes
* its foundation -- the Elementary Segment control Class -- in order
* to create other widgets which are a segment control with some more
* logic on top.