[gtk+] More doc build fixes



commit 061d48b68dc6909281fe89f17e65c7f6cf8b78b4
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 10 10:59:50 2011 -0500

    More doc build fixes
    
    Grr, our mixture of xml and plain text in long descriptions is
    a mess.

 gtk/gtkcomboboxtext.c |    3 ++-
 gtk/gtktexttagtable.c |    4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c
index 00d75d2..60da361 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 d9eb12e..3420f4d 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 &lt;child&gt; element.
- * </para>
+ *
  * <example>
  * <title>A UI definition fragment specifying tags</title>
  * <programlisting><![CDATA[
@@ -63,6 +63,8 @@
  * </object>
  * ]]></programlisting>
  * </example>
+ * </para>
+ * </refsect2>
  */
 
 struct _GtkTextTagTablePrivate



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