More doc build fixes
Grr, our mixture of xml and plain text in long descriptions is a mess.
This commit is contained in:
parent
f758385353
commit
061d48b68d
@ -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);
|
||||||
|
@ -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 <child> element.
|
* attribute of a <child> 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
|
||||||
|
Loading…
Reference in New Issue
Block a user