]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
hwdep: optimize to gi-docgen 2023.3
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 15 Mar 2024 06:15:20 +0000 (15:15 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 15 Mar 2024 06:19:12 +0000 (15:19 +0900)
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 <o-takashi@sakamocchi.jp>
src/hwdep/device-common.c

index 22601fdfe4a0127a218f151a1970991837365a9c..836087fc0e0d73720945b61d2ca33e0c474c7eee 100644 (file)
@@ -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);