forked from AuroraMiddleware/gtk
Fix doc format problems
This commit is contained in:
parent
e8a0f3cfb8
commit
0b3710d762
@ -58,7 +58,7 @@
|
||||
* and specifying <item> elements for each item. Each <item>
|
||||
* element supports the regular translation attributes "translatable",
|
||||
* "context" and "comments".
|
||||
*
|
||||
* </para>
|
||||
* <example>
|
||||
* <title>A UI definition fragment specifying GtkComboBoxText items</title>
|
||||
* <programlisting><![CDATA[
|
||||
@ -71,7 +71,7 @@
|
||||
* </object>
|
||||
* ]]></programlisting>
|
||||
* </example>
|
||||
*
|
||||
* </refsect2>
|
||||
*/
|
||||
|
||||
static void gtk_combo_box_text_buildable_interface_init (GtkBuildableIface *iface);
|
||||
|
@ -47,9 +47,9 @@
|
||||
* <title>GtkTextTagTables as GtkBuildable</title>
|
||||
* <para>
|
||||
* 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.
|
||||
*
|
||||
* </para>
|
||||
* <example>
|
||||
* <title>A UI definition fragment specifying tags</title>
|
||||
* <programlisting><![CDATA[
|
||||
@ -60,6 +60,7 @@
|
||||
* </object>
|
||||
* ]]></programlisting>
|
||||
* </example>
|
||||
* </refsect2>
|
||||
*/
|
||||
|
||||
enum {
|
||||
|
Loading…
Reference in New Issue
Block a user