From 3fac1bc42174a86ac4254ab1c70636fda84ca9af Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Fri, 27 Jul 2007 18:58:09 +0300 Subject: [PATCH] Doxygen: document text parameter of format_text{,utf8} --- src/viewer/text/textarea.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/viewer/text/textarea.c b/src/viewer/text/textarea.c index 411eae70f..b7b0634c4 100644 --- a/src/viewer/text/textarea.c +++ b/src/viewer/text/textarea.c @@ -56,6 +56,7 @@ struct line_info { #ifdef CONFIG_UTF8 /** Allocates a line_info table describing the layout of the textarea buffer. * + * @param text the text to format; must be in UTF-8 * @param width is max width and the offset at which @a text will be * wrapped * @param wrap controls how the wrapping of @a text is performed @@ -142,6 +143,7 @@ format_textutf8(unsigned char *text, int width, enum form_wrap wrap, int format) /** Allocates a line_info table describing the layout of the textarea buffer. * + * @param text the text to format; must be in a unibyte charset * @param width is max width and the offset at which @a text will be * wrapped * @param wrap controls how the wrapping of @a text is performed