summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-27 23:08:08 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-27 23:08:08 -0500
commitbf35c77f14f443670bd48bb8a321e974b0e57c7d (patch)
treefd8f8429476270d03843d972565bd0368d895879 /gtk/gtkcontainer.c
parent4a2043cbd2d2fbe33d16af81ef9926a19093b987 (diff)
downloadgtk+-bf35c77f14f443670bd48bb8a321e974b0e57c7d.tar.gz
docs: use () instead of <function> tags
Diffstat (limited to 'gtk/gtkcontainer.c')
-rw-r--r--gtk/gtkcontainer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c
index dfa2a17977..7f7e41e076 100644
--- a/gtk/gtkcontainer.c
+++ b/gtk/gtkcontainer.c
@@ -151,7 +151,7 @@
*
* Height for width requests are generally implemented in terms of a virtual allocation
* of widgets in the input orientation. Assuming an height-for-width request mode, a container
- * would implement the <function>get_preferred_height_for_width(<!-- -->)</function> virtual function by first calling
+ * would implement the get_preferred_height_for_width(<!-- -->) virtual function by first calling
* gtk_widget_get_preferred_width() for each of its children.
*
* For each potential group of children that are lined up horizontally, the values returned by