mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Fix markup in comment.
* glib/gurifuncs.c: Fix markup in comment. svn path=/trunk/; revision=7093
This commit is contained in:
parent
761424465a
commit
c9f64ca9dd
@ -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>
|
||||
|
||||
* *.[ch]: Include "config.h" instead of <config.h>
|
||||
|
@ -31,10 +31,10 @@
|
||||
* @short_description: URI Functions
|
||||
*
|
||||
* Functions for manipulating Universal Resource Identifiers (URIs) as
|
||||
* defined by RFC 3986. It is highly recommended that you have read and
|
||||
* understand RFC 3986 for understanding this API. A copy of RFC 3986
|
||||
* can be found at <ulink url="http://www.ietf.org/rfc/rfc3986.txt"/>.
|
||||
**/
|
||||
* defined by <ulink url="http://www.ietf.org/rfc/rfc3986.txt">
|
||||
* RFC 3986</ulink>. It is highly recommended that you have read and
|
||||
* understand RFC 3986 for understanding this API.
|
||||
*/
|
||||
|
||||
static int
|
||||
unescape_character (const char *scanner)
|
||||
|
Loading…
Reference in New Issue
Block a user