[glib] Fix doc syntax



commit 9a6529442c3e82bb8151f7ed72edd72559c4fc63
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jun 4 19:05:19 2011 -0400

    Fix doc syntax

 gio/gcontenttype.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gcontenttype.c b/gio/gcontenttype.c
index 27dc126..ce8ab6c 100644
--- a/gio/gcontenttype.c
+++ b/gio/gcontenttype.c
@@ -42,7 +42,7 @@
  * @include: gio/gio.h
  *
  * A content type is a platform specific string that defines the type
- * of a file. On UNIX it is a <ulink url="http://www.wikipedia.org/wiki/Internet_media_type>mime type</ulink> like "text/plain" or "image/png".
+ * of a file. On UNIX it is a <ulink url="http://www.wikipedia.org/wiki/Internet_media_type";>mime type</ulink> like "text/plain" or "image/png".
  * On Win32 it is an extension string like ".doc", ".txt" or a perceived
  * string like "audio". Such strings can be looked up in the registry at
  * HKEY_CLASSES_ROOT.



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