glib r7093 - in trunk: . glib



Author: stefkost
Date: Sun Jun 22 16:32:18 2008
New Revision: 7093
URL: http://svn.gnome.org/viewvc/glib?rev=7093&view=rev

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



Modified:
   trunk/ChangeLog
   trunk/glib/gurifuncs.c

Modified: trunk/glib/gurifuncs.c
==============================================================================
--- trunk/glib/gurifuncs.c	(original)
+++ trunk/glib/gurifuncs.c	Sun Jun 22 16:32:18 2008
@@ -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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]