More doc build fixes

Grr, our mixture of xml and plain text in long descriptions is
a mess.
This commit is contained in:
Matthias Clasen 2011-01-10 10:59:50 -05:00
parent f758385353
commit 061d48b68d
2 changed files with 5 additions and 2 deletions

View File

@ -70,7 +70,8 @@
* </object> * </object>
* ]]></programlisting> * ]]></programlisting>
* </example> * </example>
* * </para>
* </refsect2>
*/ */
static void gtk_combo_box_text_buildable_interface_init (GtkBuildableIface *iface); static void gtk_combo_box_text_buildable_interface_init (GtkBuildableIface *iface);

View File

@ -52,7 +52,7 @@
* The GtkTextTagTable implementation of the GtkBuildable interface * The GtkTextTagTable implementation of the GtkBuildable interface
* supports adding tags by specifying "tag" as the "type" * supports adding tags by specifying "tag" as the "type"
* attribute of a &lt;child&gt; element. * attribute of a &lt;child&gt; element.
* </para> *
* <example> * <example>
* <title>A UI definition fragment specifying tags</title> * <title>A UI definition fragment specifying tags</title>
* <programlisting><![CDATA[ * <programlisting><![CDATA[
@ -63,6 +63,8 @@
* </object> * </object>
* ]]></programlisting> * ]]></programlisting>
* </example> * </example>
* </para>
* </refsect2>
*/ */
struct _GtkTextTagTablePrivate struct _GtkTextTagTablePrivate