Doc fixes in both source comments and gtk-doc files

This commit is contained in:
Michael Natterer
2011-11-25 21:39:55 +01:00
parent c08a47c5e5
commit ebbad40885
16 changed files with 90 additions and 22 deletions

View File

@ -117,7 +117,7 @@ gimp_utf8_strtrim (const gchar *str,
* @warning_format: The message format for the warning message if conversion
* to UTF-8 fails. See the <function>printf()</function>
* documentation.
* @Varargs: The parameters to insert into the format string.
* @...: The parameters to insert into the format string.
*
* This function takes any string (UTF-8 or not) and always returns a valid
* UTF-8 string.