Fix documentation warning. 24/157324/1
authorWoochan Lee <wc0917.lee@samsung.com>
Tue, 24 Oct 2017 07:31:08 +0000 (16:31 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Tue, 24 Oct 2017 07:33:16 +0000 (16:33 +0900)
@tizen_fix

Change-Id: I4ad34b704f64e3382ca6d52852715c5a16f1c844

src/lib/elm_flip.eo
src/lib/elm_flipselector.eo
src/lib/elm_focus_item.h

index 02ad9a1..4e838f4 100644 (file)
@@ -1,28 +1,29 @@
 enum Elm.Flip.Mode
 {
-   [[]]
+   [[Elm flip mode]]
    legacy: elm_flip;
-   rotate_y_center_axis,
-   rotate_x_center_axis,
-   rotate_xz_center_axis,
-   rotate_yz_center_axis,
-   cube_left,
-   cube_right,
-   cube_up,
-   cube_down,
-   page_left,
-   page_right,
-   page_up,
-   page_down
+   rotate_y_center_axis, [[Rotate Y center axis flip mode]]
+   rotate_x_center_axis, [[Rotate X center axis flip mode]]
+   rotate_xz_center_axis, [[Rotate XZ center axis flip mode]]
+   rotate_yz_center_axis, [[Rotate YZ center axis flip mode]]
+   cube_left, [[Cube left flip mode]]
+   cube_right, [[Cube right flip mode]]
+   cube_up, [[Cube up flip mode]]
+   cube_down, [[Cube down flip mode]]
+   page_left, [[Page left flip mode]]
+   page_right, [[Page right flip mode]]
+   page_up, [[Page up flip mode]]
+   page_down, [[Page down flip mode]]
 }
 
 enum Elm.Flip.Interaction
 {
-   [[]]
-   none,
-   rotate,
-   cube,
-   page
+   [[Elm flip flip interaction]]
+   none, [[No interaction]]
+   rotate, [[Rotate interaction]]
+   cube, [[Cube interaction]]
+   page [[Page interaction]]
+
 }
 
 enum Elm.Flip.Direction
@@ -48,7 +49,7 @@ class Elm.Flip (Elm.Container)
               and cause it to flip). By default a flip is not interactive.
               You may also need to set which sides of the flip are "active"
               for flipping and how much space they use (a minimum of a
-              finger size) with \@ref @.interaction_direction_enabled_set
+              finger size) with @.interaction_direction_enabled_set
               and @.interaction_direction_hitsize_set.
 
               The four available mode of interaction are
index d93d3de..b69216e 100644 (file)
@@ -68,7 +68,7 @@ class Elm.Flipselector (Elm.Layout, Elm_Interface_Atspi_Widget_Action,
               \@if MOBILE \@since_tizen 2.4
               \@endif
             ]]
-            return: const(list<Elm.Object.Item*>)*;
+            return: const(list<Elm.Object.Item*>)*; [[List of items]]
          }
       }
       @property first_item {
@@ -141,7 +141,7 @@ class Elm.Flipselector (Elm.Layout, Elm_Interface_Atspi_Widget_Action,
            \@if MOBILE \@since_tizen 2.4
            \@endif
          ]]
-         return: Elm.Widget_Item *;
+         return: Elm.Widget_Item *; [[Handle to prepended item]]
          params {
             @in label: const(char)*; [[The (text) label of the new item.]]
             @in func: Evas_Smart_Cb @optional; [[Convenience callback function to take place when
@@ -182,7 +182,7 @@ class Elm.Flipselector (Elm.Layout, Elm_Interface_Atspi_Widget_Action,
            \@if MOBILE \@since_tizen 2.4
            \@endif
          ]]
-         return: Elm.Widget_Item *;
+         return: Elm.Widget_Item *; [[Handle to appended item]]
          params {
             @in label: const(char)*; [[The (text) label of the new item.]]
             @in func: Evas_Smart_Cb @optional; [[Convenience callback function to take place when
index 09fadc6..b5b262b 100644 (file)
@@ -9,8 +9,7 @@
  * The focused item can be unfocused with function
  * elm_object_item_focus_set().
  *
- * see @elm_object_item_focus_set()
- * see @elm_object_item_focus_get()
+ * @see elm_object_item_focus_set(), elm_object_item_focus_get()
  *
  * @ingroup Elm_Focus
  * @since 1.10