Fix markup in comment.

* glib/gurifuncs.c:
	  Fix markup in comment.


svn path=/trunk/; revision=7093
This commit is contained in:
Stefan Kost 2008-06-22 16:32:18 +00:00
parent 761424465a
commit c9f64ca9dd
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2008-06-22 Stefan Kost <ensonic@users.sf.net>
* glib/gurifuncs.c:
Fix markup in comment.
2008-06-21 Johan Dahlin <jdahlin@async.com.br> 2008-06-21 Johan Dahlin <jdahlin@async.com.br>
* *.[ch]: Include "config.h" instead of <config.h> * *.[ch]: Include "config.h" instead of <config.h>

View File

@ -31,10 +31,10 @@
* @short_description: URI Functions * @short_description: URI Functions
* *
* Functions for manipulating Universal Resource Identifiers (URIs) as * Functions for manipulating Universal Resource Identifiers (URIs) as
* defined by RFC 3986. It is highly recommended that you have read and * defined by <ulink url="http://www.ietf.org/rfc/rfc3986.txt">
* understand RFC 3986 for understanding this API. A copy of RFC 3986 * RFC 3986</ulink>. It is highly recommended that you have read and
* can be found at <ulink url="http://www.ietf.org/rfc/rfc3986.txt"/>. * understand RFC 3986 for understanding this API.
**/ */
static int static int
unescape_character (const char *scanner) unescape_character (const char *scanner)