[gtk+] docs: Fix liststore docs



commit 2eac1ac73be647fefc0f1fde09f7fb31948ad911
Author: Benjamin Otte <otte redhat com>
Date:   Thu Apr 28 22:04:02 2011 +0200

    docs: Fix liststore docs
    
    gtk-doc was very unhappy. It's not anymore

 gtk/gtkliststore.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c
index aabd3ec..cc7ac19 100644
--- a/gtk/gtkliststore.c
+++ b/gtk/gtkliststore.c
@@ -53,7 +53,7 @@
  * application writer to call gtk_tree_model_row_changed() to emit the
  * #GtkTreeModel::row_changed signal.  This most commonly affects lists with
  * #GdkPixbuf<!-- -->s stored.
- * <para>
+ *
  * <example>
  * <title>Creating a simple list store.</title>
  * <programlisting>
@@ -107,7 +107,7 @@
  * }
  * </programlisting>
  * </example>
- * </para>
+ *
  * <refsect2>
  * <title>Performance Considerations</title>
  * Internally, the #GtkListStore was implemented with a linked list with a



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