From 55bf1883659c0847c2b269463a21fd607c3d96cd Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 23 Oct 2023 14:38:55 +0100 Subject: [PATCH] docs: Move the GInetAddressMask SECTION Move it to the struct docs. Signed-off-by: Philip Withnall Helps: #3037 --- gio/ginetaddressmask.c | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/gio/ginetaddressmask.c b/gio/ginetaddressmask.c index c0704db14..5831104c2 100644 --- a/gio/ginetaddressmask.c +++ b/gio/ginetaddressmask.c @@ -30,22 +30,13 @@ #include "gioenumtypes.h" #include "glibintl.h" -/** - * SECTION:ginetaddressmask - * @short_description: An IPv4/IPv6 address mask - * @include: gio/gio.h - * - * #GInetAddressMask represents a range of IPv4 or IPv6 addresses - * described by a base address and a length indicating how many bits - * of the base address are relevant for matching purposes. These are - * often given in string form. Eg, "10.0.0.0/8", or "fe80::/10". - */ - /** * GInetAddressMask: * - * A combination of an IPv4 or IPv6 base address and a length, - * representing a range of IP addresses. + * `GInetAddressMask` represents a range of IPv4 or IPv6 addresses + * described by a base address and a length indicating how many bits + * of the base address are relevant for matching purposes. These are + * often given in string form. For example, `10.0.0.0/8`, or `fe80::/10`. * * Since: 2.32 */