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

@ -84,7 +84,7 @@ typedef enum
* @user_data2: model-specific data
* @user_data3: model-specific data
*
* The <structname>GtkTreeIter</structname> is the primary structure
* 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>