edcref: fix the base_scale property docs
authordavemds <dave@gurumeditation.it>
Thu, 7 Aug 2014 13:38:35 +0000 (15:38 +0200)
committerdavemds <dave@gurumeditation.it>
Fri, 8 Aug 2014 00:30:33 +0000 (02:30 +0200)
base_scale is a property, so document it propertly
Also added missing @since

src/bin/edje/edje_cc_handlers.c

index 4f791be..ea98da3 100644 (file)
@@ -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)