Docs: don't use structfield tags

They don't add anything over @foo, and we want to avoid explicit
docbook markup as far as possible.
This commit is contained in:
Matthias Clasen
2014-01-30 23:59:06 -05:00
parent acfb76afe2
commit 6f3c465535
2 changed files with 4 additions and 6 deletions

View File

@@ -1678,8 +1678,8 @@
/**
* G_STRUCT_OFFSET:
* @struct_type: a structure type, e.g. <structname>GtkWidget</structname>
* @member: a field in the structure, e.g. <structfield>window</structfield>
* @struct_type: a structure type, e.g. #GtkWidget
* @member: a field in the structure, e.g. @window
*
* Returns the offset, in bytes, of a member of a struct.
*