davemds pushed a commit to branch master.

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

commit a8a71588014596bd6bb8988d40647f2641165d9b
Author: davemds <d...@gurumeditation.it>
Date:   Thu Aug 7 15:38:35 2014 +0200

    edcref: fix the base_scale property docs
    
    base_scale is a property, so document it propertly
    Also added missing @since
---
 src/bin/edje/edje_cc_handlers.c | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index 4f791be..ea98da3 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -2431,7 +2431,7 @@ st_styles_style_tag(void)
         collections
     @context
         collections {
-            ..
+            base_scale: 1.2;
             sounds { }
             vibrations { }
             group { }
@@ -2457,21 +2457,18 @@ ob_collections(void)
 
 /**
     @page edcref
-    @block
+    @property
         base_scale
-    @context
-        collections {
-            ..
-            base_scale: 1.2;
-            ..
-        }
-    @description
+    @parameters
+        [scale val]
+    @effect
         The base_scale is the standard scale value of the collection.
         The default base_scale is 1.0. It means the collection is made in the 
environment
         which is same with a desktop(The monitor has 96 dpi).
         If you make a collection in another environment(ex: 115 dpi), you have 
to
         set the base_scale(ex: 1.2). Then it will be shown same size in the 
desktop.
-    @endblock
+    @since 1.11
+    @endproperty
 */
 static void
 st_collections_base_scale(void)

-- 


Reply via email to