From b98670ab3646021eb149d767671bd0b25a9a165c Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 20 Sep 2010 13:04:37 +0000 Subject: [PATCH] Evas textblock: Updated docs. SVN revision: 52488 --- legacy/evas/src/lib/canvas/evas_object_textblock.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/canvas/evas_object_textblock.c b/legacy/evas/src/lib/canvas/evas_object_textblock.c index 172867e8b8..65d91f3cb9 100644 --- a/legacy/evas/src/lib/canvas/evas_object_textblock.c +++ b/legacy/evas/src/lib/canvas/evas_object_textblock.c @@ -49,7 +49,9 @@ * is associated with a paragraph. * There are two types of format nodes, visible and invisible: * Visible: formats that a cursor can point to, i.e formats that - * occupy space, for example: newlines, tabs, items and etc. + * occupy space, for example: newlines, tabs, items and etc. Some visible items + * are made of two parts, in this case, only the opening tag is visible. + * A closing tag (i.e a tag) should NEVER be visible. * Invisible: formats that don't occupy space, for example: bold and underline. * Being able to access format nodes is very important for some uses. For * example, edje uses the "" format to create links in the text (and pop