Evas textblock: Updated docs.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 7 Aug 2011 08:31:01 +0000 (08:31 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 7 Aug 2011 08:31:01 +0000 (08:31 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62175 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index a9d142b..f569183 100644 (file)
@@ -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()
  */