seoz pushed a commit to branch master.

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

commit 2b952597c1306c4c54e58ad7100b36a1572603c8
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Tue Nov 25 17:36:24 2014 +0900

    edje: Add more description about edc group_name.
---
 src/bin/edje/edje_cc_handlers.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index 289708f..af62eea 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -2994,9 +2994,10 @@ double_named_group:
         [group name]
     @effect
         The name that will be used by the application to load the resulting
-        Edje object and to identify the group to swallow in a GROUP part. If a
-        group with the same name exists already it will be completely overriden
-        by the new group.
+        Edje object and to identify the group to swallow in a GROUP part. If
+        group with the same name exists already, it won't be compiled.
+        Only a single name statement is valid for group, use alias instead if
+        you want to give additional names.
     @endproperty
 */
 static void

-- 


Reply via email to