From: Stefan Kost Date: Sun, 22 Jun 2008 16:32:18 +0000 (+0000) Subject: Fix markup in comment. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c9f64ca9ddc12b8af72bf516ba9fb0bff8dd7227;p=dana%2Fcg-glib.git Fix markup in comment. * glib/gurifuncs.c: Fix markup in comment. svn path=/trunk/; revision=7093 --- diff --git a/ChangeLog b/ChangeLog index 46b190c5..4bb3dd95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-22 Stefan Kost + + * glib/gurifuncs.c: + Fix markup in comment. + 2008-06-21 Johan Dahlin * *.[ch]: Include "config.h" instead of diff --git a/glib/gurifuncs.c b/glib/gurifuncs.c index f0f0680c..40f97498 100644 --- a/glib/gurifuncs.c +++ b/glib/gurifuncs.c @@ -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 . - **/ + * defined by + * RFC 3986. It is highly recommended that you have read and + * understand RFC 3986 for understanding this API. + */ static int unescape_character (const char *scanner)