docs: don't use structfield tags

This commit is contained in:
William Jon McCann
2014-01-27 17:13:43 -05:00
parent 22586ea7c2
commit 4872ee75e6
5 changed files with 6 additions and 10 deletions

View File

@ -86,8 +86,8 @@ typedef enum
*
* The #GtkTreeIter is the primary structure
* for accessing a #GtkTreeModel. Models are expected to put a unique
* integer in the <structfield>stamp</structfield> member, and put
* model-specific data in the three <structfield>user_data</structfield>
* integer in the @stamp member, and put
* model-specific data in the three @user_data
* members.
*/
struct _GtkTreeIter