evas/vector: clean up doc 85/43285/1
authorChunEon Park <chuneon.park@samsung.com>
Thu, 5 Feb 2015 15:31:16 +0000 (00:31 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Wed, 8 Jul 2015 02:12:32 +0000 (11:12 +0900)
Change-Id: I345d0b91a6ca4869976640b3932c2c704b1db5d4

src/lib/evas/canvas/evas_vg.eo

index 630298a8271313ccce685a28cd2e5d708e5c59cc..da307a2d997e970963d49ed0832fff95bebe0e78 100644 (file)
@@ -8,8 +8,10 @@ class Evas.VG (Evas.Object, Efl.File)
             /*@
               Get the root node of the evas_object_vg.
 
-              @note To manually create the shape object and show in the Vg object
-                    canvas you must create the hirarchy and set the parent as root node.
+              @note To manually create the shape object and show in the Vg
+                    object canvas you must create the hirarchy and set the
+                    parent as root node.
+              @since 1.14
             */
          }
          values {
@@ -21,12 +23,14 @@ class Evas.VG (Evas.Object, Efl.File)
             /*@
              Get the size as defined in the original data before any scaling
              (as in the file or when the object were added).
+             @since 1.14
              */
          }
          set {
             /*@
              Set the size defined in the original data before any scaling
              (as in the file or when the object were added).
+             @since 1.14
              */         
          }
          values {
@@ -59,7 +63,8 @@ class Evas.VG (Evas.Object, Efl.File)
                       set valid values with this function on your object.
              @note evas_object_image_filled_set() is a helper function which
                    will @b override the values set here automatically, for
-                   you, in a given way. */
+                   you, in a given way.
+             @sine 1.14 */
          }
          get {
             /*@
@@ -68,7 +73,8 @@ class Evas.VG (Evas.Object, Efl.File)
 
              @note Use @c NULL pointers on the fill components you're not
                    interested in: they'll be ignored by the function.
-                   See @ref evas_object_image_fill_set() for more details. */
+                   See @ref evas_object_image_fill_set() for more details.
+             @since 1.14 */
          }
          values {
             Evas_Coord x; /*@ The x coordinate (from the top left corner of