evas/image: updated image_scene_set/get doc.
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 25 Apr 2014 11:19:33 +0000 (20:19 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 25 Apr 2014 11:19:33 +0000 (20:19 +0900)
src/lib/evas/canvas/evas_image.eo

index dba3157..2bd4c53 100644 (file)
@@ -1000,24 +1000,24 @@ class Evas_Image (Evas_Object)
 
       scene {
          set {
-            /*
-              @def evas_obj_image_scene_set
-              @since 1.8
-             
-              Set the 3D scene on an image object.
-             
-              @see evas_object_image_scene_set
-             */
+            /*@
+            Set the 3D scene of a given image of the canvas.
+
+            This function sets a 3d scene of a given canvas image.
+
+            @see evas_object_image_scene_set
+            @since 1.10 */
          }
          get {
-            /*
-              @def evas_obj_image_scene_get
-              @since 1.8
-             
-              Get the 3D scene on an image object.
-             
-              @see evas_object_image_scene_get
-             */
+            /*@
+            Get the 3D scene of a given image of the canvas.
+
+            @return The 3d scene of the given canvas image.
+
+            This function returns the 3d scene of a given canvas image.
+
+            @see evas_object_image_scene_get
+            @since 1.10 */
          }
          values {
             Evas_3D_Scene *scene; /*@ 3D scene on an image object. */