docs: use () instead of <function> tags

This commit is contained in:
William Jon McCann
2014-01-27 23:08:08 -05:00
parent 4a2043cbd2
commit bf35c77f14
9 changed files with 28 additions and 48 deletions

View File

@ -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