mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 11:56:38 +02:00
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:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user