From 527d6201c369b16d4c0a5743ea7c54f6aef4b90b Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 29 Jan 2020 18:26:21 +0100 Subject: [PATCH] doc: Fix undocumented G_SIZEOF_MEMBER A body in the documentation comment is required. --- glib/gmacros.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glib/gmacros.h b/glib/gmacros.h index d9c7906cd..1f4d779be 100644 --- a/glib/gmacros.h +++ b/glib/gmacros.h @@ -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) \