1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Doxygen: document text parameter of format_text{,utf8}

This commit is contained in:
Kalle Olavi Niemitalo 2007-07-27 18:58:09 +03:00 committed by Witold Filipczyk
parent faa2790700
commit 403d6bdbd0

View File

@ -69,6 +69,7 @@ static INIT_LIST_OF(struct textarea_data, textarea_list);
#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
@ -155,6 +156,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