hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=10762793e8f6c278205e522c608ff066f78b8534

commit 10762793e8f6c278205e522c608ff066f78b8534
Author: ChunEon Park <[email protected]>
Date:   Fri Apr 25 20:19:33 2014 +0900

    evas/image: updated image_scene_set/get doc.
---
 src/lib/evas/canvas/evas_image.eo | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/lib/evas/canvas/evas_image.eo 
b/src/lib/evas/canvas/evas_image.eo
index dba3157..2bd4c53 100644
--- a/src/lib/evas/canvas/evas_image.eo
+++ b/src/lib/evas/canvas/evas_image.eo
@@ -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. */

-- 


Reply via email to