[gtk+] Fix doc syntax



commit f75838535308de0c33b5d714416be40222c4ce74
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 10 09:47:09 2011 -0500

    Fix doc syntax

 gtk/gtktexttagtable.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtktexttagtable.c b/gtk/gtktexttagtable.c
index ea68ad9..d9eb12e 100644
--- a/gtk/gtktexttagtable.c
+++ b/gtk/gtktexttagtable.c
@@ -43,16 +43,16 @@
  * @Title: GtkTextTagTable
  *
  * You may wish to begin by reading the <link linkend="TextWidget">text widget
- * conceptual overview</link> which gives an overview of all the objects and data
- * types related to the text widget and how they work together.
+ * conceptual overview</link> which gives an overview of all the objects and
+ * data types related to the text widget and how they work together.
  *
  * <refsect2 id="GtkTextTagTable-BUILDER-UI">
  * <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[



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