From 7f6a964c47ad2f9dcf6a00044d938840ce8f01f2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 9 Feb 2014 17:24:06 -0500 Subject: Docs: Remove all entities and turn off sgml mode With all element markup gone, it is time to turn off sgml mode, and get rid of entities as well. --- gtk/gtkmenuitem.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk/gtkmenuitem.c') diff --git a/gtk/gtkmenuitem.c b/gtk/gtkmenuitem.c index 69fa4cb1bb..a4bb5613ac 100644 --- a/gtk/gtkmenuitem.c +++ b/gtk/gtkmenuitem.c @@ -73,9 +73,9 @@ * * # GtkMenuItem as GtkBuildable * - * The GtkMenuItem implementation of the #GtkBuildable interface - * supports adding a submenu by specifying “submenu” as the “type” - * attribute of a <child> element. + * The GtkMenuItem implementation of the #GtkBuildable interface supports + * adding a submenu by specifying “submenu” as the “type” attribute of + * a element. * * An example of UI definition fragment with submenus: * |[ -- cgit v1.2.1