Fix markup in comment.
authorStefan Kost <stefkost@src.gnome.org>
Sun, 22 Jun 2008 16:32:18 +0000 (16:32 +0000)
committerStefan Kost <stefkost@src.gnome.org>
Sun, 22 Jun 2008 16:32:18 +0000 (16:32 +0000)
* glib/gurifuncs.c:
  Fix markup in comment.

svn path=/trunk/; revision=7093

ChangeLog
glib/gurifuncs.c

index 46b190c..4bb3dd9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index f0f0680..40f9749 100644 (file)
  * @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)