diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-10 10:59:50 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-10 10:59:50 -0500 |
commit | 061d48b68dc6909281fe89f17e65c7f6cf8b78b4 (patch) | |
tree | 744540003e9839a6215b22118adf15d613f48f18 | |
parent | f75838535308de0c33b5d714416be40222c4ce74 (diff) | |
download | gtk+-061d48b68dc6909281fe89f17e65c7f6cf8b78b4.tar.gz |
More doc build fixes
Grr, our mixture of xml and plain text in long descriptions is
a mess.
-rw-r--r-- | gtk/gtkcomboboxtext.c | 3 | ||||
-rw-r--r-- | gtk/gtktexttagtable.c | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index 00d75d2f80..60da361f9b 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -70,7 +70,8 @@ * </object> * ]]></programlisting> * </example> - * + * </para> + * </refsect2> */ static void gtk_combo_box_text_buildable_interface_init (GtkBuildableIface *iface); diff --git a/gtk/gtktexttagtable.c b/gtk/gtktexttagtable.c index d9eb12e46a..3420f4dd1c 100644 --- a/gtk/gtktexttagtable.c +++ b/gtk/gtktexttagtable.c @@ -52,7 +52,7 @@ * The GtkTextTagTable implementation of the GtkBuildable interface * supports adding tags by specifying "tag" as the "type" * attribute of a <child> element. - * </para> + * * <example> * <title>A UI definition fragment specifying tags</title> * <programlisting><![CDATA[ @@ -63,6 +63,8 @@ * </object> * ]]></programlisting> * </example> + * </para> + * </refsect2> */ struct _GtkTextTagTablePrivate |