efl_gfx_view: convert docs
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Fri, 19 Jun 2015 14:01:31 +0000 (15:01 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Fri, 19 Jun 2015 14:01:31 +0000 (15:01 +0100)
src/lib/efl/interfaces/efl_gfx_view.eo

index f9b5200..a46c169 100644 (file)
@@ -3,24 +3,24 @@ interface Efl.Gfx.View {
    methods {
       @property size {
          set {
-            /*@
-            Sets the size of the given image object.
+            [[Sets the size of the given image object.
 
-            This function will scale down or crop the image so that it is
-            treated as if it were at the given size. If the size given is
-            smaller than the image, it will be cropped. If the size given is
-            larger, then the image will be treated as if it were in the upper
-            left hand corner of a larger image that is otherwise transparent. */
+              This function will scale down or crop the image so that it is
+              treated as if it were at the given size. If the size given is
+              smaller than the image, it will be cropped. If the size given is
+              larger, then the image will be treated as if it were in the upper
+              left hand corner of a larger image that is otherwise transparent.
+            ]]
          }
          get {
-            /*@
-            Retrieves the size of the given image object.
+            [[Retrieves the size of the given image object.
 
-            See @ref evas_object_image_size_set() for more details. */
+              See @evas_object_image_size_set for more details.
+            ]]
          }
          values {
-            w: int; /*@ The new width of the image. */
-            h: int; /*@ The new height of the image. */
+            w: int; [[The new width of the image.]]
+            h: int; [[The new height of the image.]]
          }
       }
    }