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 Kalle Olavi Niemitalo
parent 8cfe7e026f
commit 3fac1bc421

View File

@ -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