summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJee-Yong Um <jc9.um@samsung.com>2016-01-22 11:03:25 -0800
committerCedric BAIL <cedric@osg.samsung.com>2016-01-22 11:03:27 -0800
commit35e28b19582cc25be85e5f495cad1b36a5e2ee89 (patch)
tree42995d645f12a52b495bbf31ab9f1f1a429c0678
parent7336b7ed9f9ea7c5f8b1e7ff46529ec8bf1845e4 (diff)
downloadefl-35e28b19582cc25be85e5f495cad1b36a5e2ee89.tar.gz
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 <cedric@osg.samsung.com>
-rw-r--r--src/bin/edje/edje_cc_handlers.c4
1 files changed, 1 insertions, 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