[gtk+] [docs] Fix GtkWidget and GtkFileChooser documentation



commit edfcc3dd418cad6d65b5a64eaa5cd0188a982ac9
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Apr 15 22:56:07 2010 +0200

    [docs] Fix GtkWidget and GtkFileChooser documentation
    
    gtk-doc version >= 1.14 is more strict, It produces valid xml
    if the source is valid.

 gtk/gtkfilechooser.c |    1 +
 gtk/gtkwidget.c      |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index 048e891..85f972f 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -72,6 +72,7 @@
  *       </listitem>
  *    </varlistentry>
  * </variablelist>
+ *
  * <refsect2 id="gtkfilechooser-encodings">
  * <title>File Names and Encodings</title>
  * When the user is finished selecting files in a
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 58ed371..2ee01d9 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -62,6 +62,7 @@
  *
  * GtkWidget is the base class all widgets in GTK+ derive from. It manages the
  * widget lifecycle, states and style.
+ *
  * <refsect2 id="style-properties">
  * <para>
  * <structname>GtkWidget</structname> introduces <firstterm>style



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