[gtk+] Try again to fix the doc build



commit 57de2c84c4d1e43ee182c150aa8f097fe2a8f6b2
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jan 5 09:38:36 2011 -0500

    Try again to fix the doc build

 gtk/gtkexpander.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c
index 70b701a..0370c12 100644
--- a/gtk/gtkexpander.c
+++ b/gtk/gtkexpander.c
@@ -26,16 +26,14 @@
  * @Short_description: A container which can hide its child
  * @Title: GtkExpander
  *
- * <para>
  * A #GtkExpander allows the user to hide or show its child by clicking
  * on an expander triangle similar to the triangles used in a #GtkTreeView.
- * </para>
- * <para>
+ *
  * Normally you use an expander as you would use any other descendant
  * of #GtkBin; you create the child widget and use gtk_container_add()
  * to add it to the expander. When the expander is toggled, it will take
  * care of showing and hiding the child automatically.
- * </para>
+ *
  * <refsect2 id="expander-special-usage">
  * <title>Special Usage</title>
  * <para>
@@ -99,6 +97,7 @@
  * ]]></programlisting>
  * </example>
  * </refsect2>
+ *
  */
 
 #include "config.h"



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