From: Matthias Clasen Date: Mon, 10 Jan 2011 14:47:09 +0000 (-0500) Subject: Fix doc syntax X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=f75838535308de0c33b5d714416be40222c4ce74;p=~andy%2Fgtk Fix doc syntax --- diff --git a/gtk/gtktexttagtable.c b/gtk/gtktexttagtable.c index ea68ad9ba..d9eb12e46 100644 --- a/gtk/gtktexttagtable.c +++ b/gtk/gtktexttagtable.c @@ -43,16 +43,16 @@ * @Title: GtkTextTagTable * * You may wish to begin by reading the text widget - * conceptual overview which gives an overview of all the objects and data - * types related to the text widget and how they work together. + * conceptual overview which gives an overview of all the objects and + * data types related to the text widget and how they work together. * * * GtkTextTagTables as GtkBuildable * * 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 <child> element. - * + * * * A UI definition fragment specifying tags *