efl/gfx: add since in doc 83/43283/1
authorChunEon Park <chuneon.park@samsung.com>
Thu, 5 Feb 2015 15:18:35 +0000 (00:18 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Wed, 8 Jul 2015 02:12:24 +0000 (11:12 +0900)
Change-Id: Ifc322b722a4bf58e9abb04e8694b6c9424a01da0

src/lib/efl/interfaces/efl_gfx_gradient.eo
src/lib/efl/interfaces/efl_gfx_gradient_linear.eo

index dae58e6..dbd06e4 100644 (file)
@@ -6,11 +6,13 @@ interface Efl.Gfx.Gradient
          set {
             /*@
               Set the list of color stops for the gradient
+              @since 1.14
             */
          }
          get {
             /*@
               get the list of color stops.
+              @since 1.14
             */
          }
          values {
@@ -22,11 +24,14 @@ interface Efl.Gfx.Gradient
          set {
             /*@
               Specifies the spread method that should be used for this gradient.
+              @since 1.14
             */
          }
          get {
             /*@
-              Returns the spread method use by this gradient. The default is EFL_GFX_GRADIENT_SPREAD_PAD.
+              Returns the spread method use by this gradient. The default is
+              EFL_GFX_GRADIENT_SPREAD_PAD.
+              @since 1.14
             */
          }
          values {
index 15a6ce0..88c1d80 100644 (file)
@@ -6,11 +6,13 @@ interface Efl.Gfx.Gradient_Linear (Efl.Gfx.Gradient)
          set {
             /*@
               Sets the start point of this linear gradient.
+              @since 1.14
             */
          }
          get {
             /*@
               Gets the start point of this linear gradient.
+              @since 1.14
             */
          }
          values {
@@ -22,11 +24,13 @@ interface Efl.Gfx.Gradient_Linear (Efl.Gfx.Gradient)
          set {
             /*@
               Sets the end point of this linear gradient.
+              @since 1.14
             */
          }
          get {
             /*@
               Gets the end point of this linear gradient.
+              @since 1.14
             */
          }
          values {