efl_wearable: add @since tag for placeholder item 91/220691/1
authorYeongjong Lee <yj34.lee@samsung.com>
Fri, 20 Dec 2019 08:24:14 +0000 (17:24 +0900)
committerYeongjong Lee <yj34.lee@samsung.com>
Fri, 20 Dec 2019 08:24:16 +0000 (17:24 +0900)
Change-Id: I77e665157f16f35078093226b62826deab89c150

src/lib/elementary/efl_wearable_placeholder_item.eo

index 789cb7f..9ffaade 100644 (file)
@@ -3,7 +3,10 @@ class Efl.Wearable.Placeholder_Item extends Efl.Wearable.Item implements Efl.Con
 {
    [[Wearable Placeholder Item class. This item have only one swallow space,
      thus user can decorate item by filling the swallow with
-     any kind of container.]]
+     any kind of container.
+
+     @since 1.24
+   ]]
    data: null;
    parts {
      content: Efl.Ui.Layout_Part_Content; [[the content part for list placeholder item.