summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-03-29 00:24:15 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-03-29 00:24:15 -0400
commitbf8a169cb97c28f71251313d79d5bac4c5ef4284 (patch)
tree56c0318ddb7e163a54e2a9d03c274929c27adf7a /gtk/gtkstylecontext.h
parent3d0b7314cdf62fe2c115311af8e24ece2f1586a2 (diff)
downloadgtk+-bf8a169cb97c28f71251313d79d5bac4c5ef4284.tar.gz
docs: Another round of markup removal
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index c188604fa5..1bab4394d6 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -101,7 +101,7 @@ struct _GtkStyleContextClass
* padding/border/margin series.
*
* gtk_render_frame() uses this property to find out the frame line width,
- * so #GtkWidget<!-- -->s rendering frames may need to add up this padding when
+ * so #GtkWidgets rendering frames may need to add up this padding when
* requesting size
*/
#define GTK_STYLE_PROPERTY_BORDER_WIDTH "border-width"
@@ -111,7 +111,7 @@ struct _GtkStyleContextClass
*
* A property holding the rendered element’s margin as a #GtkBorder. The
* margin is defined as the spacing between the border of the element
- * and its surrounding elements. It is external to #GtkWidget<!-- -->s's
+ * and its surrounding elements. It is external to #GtkWidget's
* size allocations, and the most external spacing property of the
* padding/border/margin series.
*/