segmentcontrol: correct group name of segmentcontrol for API docs. 70/189870/1
authorBowon Ryu <bowon.ryu@samsung.com>
Fri, 21 Sep 2018 08:48:36 +0000 (17:48 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Fri, 21 Sep 2018 08:49:16 +0000 (17:49 +0900)
Change-Id: If0688a1211eeaf5055e21aaa6e6f0c2ce472f902
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/lib/elm_segment_control.h
src/lib/elm_segment_control_legacy.h
src/lib/elm_widget_segment_control.h

index d5dbf5d..5d0243f 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * @defgroup Elm_SegmentControl SegmentControl
+ * @defgroup Elm_Segment_Control SegmentControl
  * @ingroup elm_widget_group
  *
  * @image html segment_control_inheritance_tree.png
@@ -57,7 +57,7 @@
  */
 
 /**
- * @addtogroup Elm_SegmentControl
+ * @addtogroup Elm_Segment_Control
  * @{
  */
 
index 5eca484..2b42287 100644 (file)
@@ -9,7 +9,7 @@
  *
  * This function inserts a new segment control widget on the canvas.
  *
- * @ingroup Elm_SegmentControl
+ * @ingroup Elm_Segment_Control
  *
  * @if MOBILE @since_tizen 2.3
  * @endif
index 31a7178..e7d0ff3 100644 (file)
@@ -17,7 +17,7 @@
  *
  * @section elm-segment-control-class The Elementary Segment control Class
  *
- * Elementary, besides having the @ref Elm_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.