From 08631de6ff34cd25f4fd9f135a91731154844953 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Fri, 15 Mar 2024 15:15:20 +0900 Subject: [PATCH] hwdep: optimize to gi-docgen 2023.3 The version of gi-docgen applies the restrict rule for the version expression. In the rule, the dot following to the number causes failure. This commit fixes the failure. Signed-off-by: Takashi Sakamoto --- src/hwdep/device-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hwdep/device-common.c b/src/hwdep/device-common.c index 22601fd..836087f 100644 --- a/src/hwdep/device-common.c +++ b/src/hwdep/device-common.c @@ -7,7 +7,7 @@ * * A [iface@DeviceCommon] should be implemented by any type of ALSA HwDep device. * - * Since: 0.3. + * Since: 0.3 */ static void alsahwdep_device_common_default_init(ALSAHwdepDeviceCommonInterface *iface); -- 2.47.3