From: Takashi Sakamoto Date: Fri, 15 Mar 2024 06:15:20 +0000 (+0900) Subject: hwdep: optimize to gi-docgen 2023.3 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=6fd9a8e3d97a52547125b1c9a950b15eeb7f4ce4;p=alsa-gobject.git 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 --- 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);