diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2014-11-25 17:36:24 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2014-11-25 19:30:16 +0900 |
commit | 2b952597c1306c4c54e58ad7100b36a1572603c8 (patch) | |
tree | 2f079f57ad6a65b74204ef6746b31c2d15059aff /src/bin/edje | |
parent | c3ee589b8f2faebb7dc25ddf3c461c075edec58c (diff) |
edje: Add more description about edc group_name.
Diffstat (limited to 'src/bin/edje')
-rw-r--r-- | src/bin/edje/edje_cc_handlers.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index 289708f032..af62eea913 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c | |||
@@ -2994,9 +2994,10 @@ double_named_group: | |||
2994 | [group name] | 2994 | [group name] |
2995 | @effect | 2995 | @effect |
2996 | The name that will be used by the application to load the resulting | 2996 | The name that will be used by the application to load the resulting |
2997 | Edje object and to identify the group to swallow in a GROUP part. If a | 2997 | Edje object and to identify the group to swallow in a GROUP part. If |
2998 | group with the same name exists already it will be completely overriden | 2998 | group with the same name exists already, it won't be compiled. |
2999 | by the new group. | 2999 | Only a single name statement is valid for group, use alias instead if |
3000 | you want to give additional names. | ||
3000 | @endproperty | 3001 | @endproperty |
3001 | */ | 3002 | */ |
3002 | static void | 3003 | static void |