widget item: add missing @since_tizen tag for item_color_class_del/clear 22/190122/1
authorWooHyun Jung <wh0705.jung@samsung.com>
Thu, 27 Sep 2018 06:19:57 +0000 (15:19 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Thu, 27 Sep 2018 06:21:05 +0000 (15:21 +0900)
@tizen_fix

Change-Id: I5f7ab8b470c6f4ed8c6faa7d457f3e8008460d17

src/lib/elm_widget_item.eo

index 473b58c..0716575 100644 (file)
@@ -723,7 +723,12 @@ class Elm.Widget_Item (Eo.Base, Elm_Interface_Atspi_Accessible,
               [[Delete the color class for the Elementary widget item.
 
                 Deleting the color class will revert it to the values defined by
-                elm_color_class_set() or the theme file.]]
+                elm_color_class_set() or the theme file.
+
+                \@if MOBILE \@since_tizen 3.0
+                \@elseif WEARABLE \@since_tizen 3.0
+                \@endif
+              ]]
               legacy: elm_object_item_color_class_del;
               params {
                  @in color_class: const(char)*;
@@ -734,7 +739,12 @@ class Elm.Widget_Item (Eo.Base, Elm_Interface_Atspi_Accessible,
 
                 This function deletes any color classes defined for the Elementary widget item.
                 Clearing color classes will revert the color of all parts to the values
-                defined by elm_color_class_set() or the theme file.]]
+                defined by elm_color_class_set() or the theme file.
+
+                \@if MOBILE \@since_tizen 3.0
+                \@elseif WEARABLE \@since_tizen 3.0
+                \@endif
+              ]]
               legacy: elm_object_item_color_class_clear;
            }
            //