From: Youngbok Shin Date: Wed, 5 Dec 2018 05:04:33 +0000 (+0900) Subject: elementary textpath: add @since_tizen tag in API documentations X-Git-Tag: submit/tizen/20181205.112221~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a85494d57b6100d74ff3939d0c88e86447aae816;p=platform%2Fupstream%2Fefl.git elementary textpath: add @since_tizen tag in API documentations @tizen_only Change-Id: I83fe627f4983c141762081496b179f91c6f5dfc4 --- diff --git a/src/lib/elementary/efl_ui_textpath.eo b/src/lib/elementary/efl_ui_textpath.eo index 917621c..65265fb 100644 --- a/src/lib/elementary/efl_ui_textpath.eo +++ b/src/lib/elementary/efl_ui_textpath.eo @@ -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 {