From 35e28b19582cc25be85e5f495cad1b36a5e2ee89 Mon Sep 17 00:00:00 2001 From: Jee-Yong Um Date: Fri, 22 Jan 2016 11:03:25 -0800 Subject: [PATCH] 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 --- 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 9b348f35f3..f5fd9408c7 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