[gtk+] Fix incomplete > entities in docs.



commit 991b782b75b2247d3d3a9ed72ee859dc4cb0d66e
Author: Laszlo Pandy <lpandy src gnome org>
Date:   Sat Aug 13 15:21:09 2011 +0200

    Fix incomplete &gt; entities in docs.

 gtk/gtkcomboboxtext.c |    4 ++--
 gtk/gtkfilefilter.c   |    6 +++---
 gtk/gtkrecentfilter.c |    6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c
index f1102cb..95db480 100644
--- a/gtk/gtkcomboboxtext.c
+++ b/gtk/gtkcomboboxtext.c
@@ -53,8 +53,8 @@
  * <title>GtkComboBoxText as GtkBuildable</title>
  * <para>
  * The GtkComboBoxText implementation of the GtkBuildable interface
- * supports adding items directly using the &lt;items&gt element
- * and specifying &lt;item&gt elements for each item. Each &lt;item&gt
+ * supports adding items directly using the &lt;items&gt; element
+ * and specifying &lt;item&gt; elements for each item. Each &lt;item&gt;
  * element supports the regular translation attributes "translatable",
  * "context" and "comments".
  *
diff --git a/gtk/gtkfilefilter.c b/gtk/gtkfilefilter.c
index 4fdc624..dec3f2d 100644
--- a/gtk/gtkfilefilter.c
+++ b/gtk/gtkfilefilter.c
@@ -43,9 +43,9 @@
  * <title>GtkFileFilter as GtkBuildable</title>
  * <para>
  * The GtkFileFilter implementation of the GtkBuildable interface
- * supports adding rules using the &lt;mime-types&gt, &lt;patterns&gt and
- * &lt;applications&gt elements and listing the rules within. Specifying
- * a &lt;mime-type&gt or &lt;pattern&gt is the same
+ * supports adding rules using the &lt;mime-types&gt;, &lt;patterns&gt; and
+ * &lt;applications&gt; elements and listing the rules within. Specifying
+ * a &lt;mime-type&gt; or &lt;pattern&gt; is the same
  * as calling gtk_recent_filter_add_mime_type() or gtk_recent_filter_add_pattern()
  *
  * <example>
diff --git a/gtk/gtkrecentfilter.c b/gtk/gtkrecentfilter.c
index 07a4a0a..6aff08f 100644
--- a/gtk/gtkrecentfilter.c
+++ b/gtk/gtkrecentfilter.c
@@ -46,9 +46,9 @@
  * <title>GtkRecentFilter as GtkBuildable</title>
  * <para>
  * The GtkRecentFilter implementation of the GtkBuildable interface
- * supports adding rules using the &lt;mime-types&gt, &lt;patterns&gt and
- * &lt;applications&gt elements and listing the rules within. Specifying
- * a &lt;mime-type&gt, &lt;pattern&gt or &lt;application&gt is the same
+ * supports adding rules using the &lt;mime-types&gt;, &lt;patterns&gt; and
+ * &lt;applications&gt; elements and listing the rules within. Specifying
+ * a &lt;mime-type&gt;, &lt;pattern&gt; or &lt;application&gt; is the same
  * as calling gtk_recent_filter_add_mime_type(), gtk_recent_filter_add_pattern()
  * or gtk_recent_filter_add_application().
  *



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