elementary textpath: add @since_tizen tag in API documentations 96/194496/2
authorYoungbok Shin <youngb.shin@samsung.com>
Wed, 5 Dec 2018 05:04:33 +0000 (14:04 +0900)
committerHermet Park <chuneon.park@samsung.com>
Wed, 5 Dec 2018 09:36:45 +0000 (09:36 +0000)
@tizen_only

Change-Id: I83fe627f4983c141762081496b179f91c6f5dfc4

src/lib/elementary/efl_ui_textpath.eo

index 917621c..65265fb 100644 (file)
@@ -1,5 +1,8 @@
 enum Efl.Ui.Textpath_Direction {
-    [[Textpath direction]]
+    [[Textpath direction
+
+      \@since_tizen 5.5
+    ]]
     cw, [[Clockwise]]
     ccw [[Counter-clockwise]]
 }
@@ -10,7 +13,10 @@ class Efl.Ui.Textpath (Efl.Ui.Layout, Efl.Text, Efl.Gfx.Path)
    legacy_prefix: elm_textpath;
    methods {
       circle_set {
-         [[Set a circle with given center, radius, and start angle.]]
+         [[Set a circle with given center, radius, and start angle.
+
+           \@since_tizen 5.5
+         ]]
          params {
             @in x: double; [[X coordinate of center]]
             @in y: double; [[Y coordinate of center]]
@@ -21,13 +27,19 @@ class Efl.Ui.Textpath (Efl.Ui.Layout, Efl.Text, Efl.Gfx.Path)
       }
       @property slice_number {
          [[The number of slices. The larger the number of slice_num is,
-           The better the text follows the path.]]
+           The better the text follows the path.
+
+           \@internal
+         ]]
          values {
             slice_no: int; [[Number of slices]]
          }
       }
       @property ellipsis {
-         [[Control the ellipsis behavior of the textpath.]]
+         [[Control the ellipsis behavior of the textpath.
+
+           \@since_tizen 5.5
+         ]]
          set {
          }
          get {