davemds pushed a commit to branch master.

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

commit 6653ce2306806cf65d6fe07ee88367424e7268f4
Author: davemds <[email protected]>
Date:   Fri Aug 8 10:27:26 2014 +0200

    edcref: be consistent wrt params
---
 src/bin/edje/edje_cc_handlers.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index f48f800..e2c7700 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -3169,7 +3169,7 @@ _part_copy(Edje_Part *ep, Edje_Part *ep2)
     @property
         inherit_only
     @parameters
-        1 or 0
+        [1 or 0]
     @effect
         This flags a group as being used only for inheriting, which
         will inhibit edje_cc resolving of programs and parts that may
@@ -3638,7 +3638,7 @@ st_collections_group_max(void)
    @property
        broadcast_signal
    @parameters
-       [broadcast]
+       [on/off]
    @effect
        Signal got automatically broadcasted to all sub group part. Default to
        true since 1.1.

-- 


Reply via email to