From a8a71588014596bd6bb8988d40647f2641165d9b Mon Sep 17 00:00:00 2001 From: davemds Date: Thu, 7 Aug 2014 15:38:35 +0200 Subject: [PATCH] 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) -- 2.7.4