[gtk+/gtk-2-24] Fix doc format problems



commit 0b3710d762decd49547d17d8decb316c4eca0968
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 30 00:04:04 2011 -0500

    Fix doc format problems

 gtk/gtkcomboboxtext.c |    4 ++--
 gtk/gtktexttagtable.c |    5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c
index 259848f..af58945 100644
--- a/gtk/gtkcomboboxtext.c
+++ b/gtk/gtkcomboboxtext.c
@@ -58,7 +58,7 @@
  * and specifying &lt;item&gt elements for each item. Each &lt;item&gt
  * 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);
diff --git a/gtk/gtktexttagtable.c b/gtk/gtktexttagtable.c
index 25fbf27..1a39eaa 100644
--- a/gtk/gtktexttagtable.c
+++ b/gtk/gtktexttagtable.c
@@ -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 &lt;child&gt; element.
- *
+ * </para>
  * <example>
  * <title>A UI definition fragment specifying tags</title>
  * <programlisting><![CDATA[
@@ -60,6 +60,7 @@
  * </object>
  * ]]></programlisting>
  * </example>
+ * </refsect2>
  */
 
 enum {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]