From e9dd2ad335f8bee97235d24126f4b24440adc3a8 Mon Sep 17 00:00:00 2001 From: tasn Date: Sun, 7 Aug 2011 08:31:01 +0000 Subject: [PATCH] Evas textblock: Updated docs. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62175 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Evas.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/Evas.h b/src/lib/Evas.h index a9d142b..f569183 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -8185,11 +8185,9 @@ EAPI int evas_textblock_cursor_paragraph_text_length_ge /** * Return the text in the range between cur1 and cur2 * - * FIXME: format is currently unused, you always get markup back. - * * @param cur1 one side of the range. * @param cur2 the other side of the range - * @param format to be documented + * @param format The form on which to return the text. Markup - in textblock markup. Plain - UTF8. * @return the text in the range * @see elm_entry_markup_to_utf8() */ -- 2.7.4