summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-27 17:13:43 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-27 19:59:58 -0500
commit4872ee75e6cb2a2067c71983fe68d7e3309cd1b6 (patch)
tree42e516d964b993a4479f19ccd29a06a1c392c976 /gtk/gtkbox.c
parent22586ea7c2c87a44ac1cc87f876e9f3ba2e73625 (diff)
downloadgtk+-4872ee75e6cb2a2067c71983fe68d7e3309cd1b6.tar.gz
docs: don't use structfield tags
Diffstat (limited to 'gtk/gtkbox.c')
-rw-r--r--gtk/gtkbox.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c
index 916079a61e..4ec256f8b6 100644
--- a/gtk/gtkbox.c
+++ b/gtk/gtkbox.c
@@ -1833,8 +1833,7 @@ _gtk_box_get_spacing_set (GtkBox *box)
* the list
*
* Moves @child to a new @position in the list of @box children.
- * The list is the <structfield>children</structfield> field of
- * #GtkBox-struct, and contains both widgets packed #GTK_PACK_START
+ * The list contains widgets packed #GTK_PACK_START
* as well as widgets packed #GTK_PACK_END, in the order that these
* widgets were added to @box.
*