docs: use #*-struct instead of <structname>

This commit is contained in:
William Jon McCann
2014-01-27 17:04:46 -05:00
parent 8418e6422f
commit 22586ea7c2
40 changed files with 206 additions and 209 deletions

View File

@ -74,10 +74,10 @@ typedef enum
* @xthickness: X thickness
* @ythickness: Y thickness
*
* The #GtkRcStyle structure is used to represent a set
* The #GtkRcStyle-struct is used to represent a set
* of information about the appearance of a widget.
* This can later be composited together with other
* #GtkRcStyle structures to form a #GtkStyle.
* #GtkRcStyle-struct<!-- -->s to form a #GtkStyle.
*/
struct _GtkRcStyle
{