doc: Fix undocumented G_SIZEOF_MEMBER

A body in the documentation comment is required.
This commit is contained in:
Xavier Claessens 2020-01-29 18:26:21 +01:00
parent 47a20304bd
commit 527d6201c3

View File

@ -1101,9 +1101,11 @@
* @struct_type: a structure type, e.g. #GOutputVector
* @member: a field in the structure, e.g. `size`
*
* Returns: the size of @member in the struct definition without having a
* Returns the size of @member in the struct definition without having a
* declared instance of @struct_type.
*
* Returns: the size of @member in bytes.
*
* Since: 2.64
*/
#define G_SIZEOF_MEMBER(struct_type, member) \