[glib] Fix markup



commit 57b4b7099f6e6918210d5d99a24f42b33021bab0
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Nov 5 14:50:01 2010 -0400

    Fix markup

 gio/gsettings.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gsettings.c b/gio/gsettings.c
index c2ef8f6..ebf38cb 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -86,8 +86,8 @@
  * style to a DBus bus name, e.g. "org.gnome.font-rendering".
  *
  * In addition to #GVariant types, keys can have types that have enumerated
- * types. These can be described by a <starttag>choice</starttag>,
- * <starttag>enum</starttag> or <starttag>flags</starttag> element, see
+ * types. These can be described by a <tag class="starttag">choice</tag>,
+ * <tag class="starttag">enum</tag> or <tag class="starttag">flags</tag> element, see
  * <xref linkend="schema-enumerated"/>. The underlying type of
  * such a key is string, but you can use g_settings_get_enum(),
  * g_settings_set_enum(), g_settings_get_flags(), g_settings_set_flags()



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