1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00

More doc cleanup, Daniel

svn path=/trunk/; revision=3604
This commit is contained in:
Daniel Veillard 2007-04-24 10:19:52 +00:00
parent a44294f10b
commit 7918765454

5
uri.c
View File

@ -807,8 +807,11 @@ static int is_hex(char c) {
*
* Unescaping routine, but does not check that the string is an URI. The
* output is a direct unsigned char translation of %XX values (no encoding)
* Note that the length of the result can only be smaller or same size as
* the input string.
*
* Returns a copy of the string, but unescaped
* Returns a copy of the string, but unescaped, will return NULL only in case
* of error
*/
char *
xmlURIUnescapeString(const char *str, int len, char *target) {