summaryrefslogtreecommitdiff
path: root/gio/gmenumodel.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-09 02:07:26 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-09 02:07:26 -0500
commit35066ed6c6b51317f49069f2564c547aa309f9f1 (patch)
tree99d551f8a428dab4a639d7761eb57aa2d5065ffa /gio/gmenumodel.c
parenta03cee3b27b9c1abfbef4972e67adec6286cc968 (diff)
downloadglib-35066ed6c6b51317f49069f2564c547aa309f9f1.tar.gz
Docs: Drop entities, switch away from sgml mode
Since all element markup is now gone from the doc comments, we can turn off the gtk-doc sgml mode, which means that from now on, docbook markup is no longer allowed in doc comments. To make this possible, we have to replace all remaining entities in doc comments by their replacement text, &amp; -> & and so on.
Diffstat (limited to 'gio/gmenumodel.c')
-rw-r--r--gio/gmenumodel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gmenumodel.c b/gio/gmenumodel.c
index a20f60b64..612f8e7ae 100644
--- a/gio/gmenumodel.c
+++ b/gio/gmenumodel.c
@@ -571,7 +571,7 @@ g_menu_model_get_item_attribute_value (GMenuModel *model,
* g_variant_get(), followed by a g_variant_unref(). As such,
* @format_string must make a complete copy of the data (since the
* #GVariant may go away after the call to g_variant_unref()). In
- * particular, no '&amp;' characters are allowed in @format_string.
+ * particular, no '&' characters are allowed in @format_string.
*
* Returns: %TRUE if the named attribute was found with the expected
* type