cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=35e28b19582cc25be85e5f495cad1b36a5e2ee89

commit 35e28b19582cc25be85e5f495cad1b36a5e2ee89
Author: Jee-Yong Um <jc9...@samsung.com>
Date:   Fri Jan 22 11:03:25 2016 -0800

    edje_cc: remove redundant comments which makes reference seem weird
    
    Summary:
    
    Group.Parts.Part.Description.Domain @edcsubription is in wrong place,
    (actually that is not necessary one.)
    so it makes Group.Parts.Part.Description.Text block seem weird.
    
    Reviewers: jpeg, cedric
    
    Differential Revision: https://phab.enlightenment.org/D3597
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/bin/edje/edje_cc_handlers.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index 9b348f3..f5fd940 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -9532,9 +9532,6 @@ 
st_collections_group_parts_part_description_text_text(void)
    ed->text.text.str = str;
 }
 
-/** @edcsubsection{collections_group_parts_description_domain,
- *                 Group.Parts.Part.Description.Domain} */
-
 /**
     @page edcref
 
@@ -9564,6 +9561,7 @@ 
st_collections_group_parts_part_description_text_domain(void)
 
    ed->text.domain = parse_str(0);
 }
+
 /**
     @page edcref
 

-- 


Reply via email to