From 545f946019ca18b6dee656638c6505a7887808c8 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 19 Apr 2022 18:41:08 +0900 Subject: [PATCH] timer: device_info: link optimization to gi-docgen The gi-docgen supports enhancement of inter-document link. This commit is optimization to it. Signed-off-by: Takashi Sakamoto --- src/timer/device-info.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/timer/device-info.c b/src/timer/device-info.c index 83e5454..acb88db 100644 --- a/src/timer/device-info.c +++ b/src/timer/device-info.c @@ -2,16 +2,14 @@ #include "privates.h" /** - * SECTION: device-info - * @Title: ALSATimerDeviceInfo - * @Short_description: A GObject-derived object to represent information of - * timer device. + * ALSATimerDeviceInfo: + * A GObject-derived object to represent information of timer device. * - * A #ALSATimerDeviceInfo is a GObject-derived object to represent information - * of timer device. The call of alsatimer_get_device_info() returns an instance - * of the object according to the identifier of timer device. + * A [class@DeviceInfo] is a GObject-derived object to represent information of timer device. + * The call of alsatimer_get_device_info() returns an instance of the object according to the + * identifier of timer device. * - * The object wraps 'struct snd_timer_ginfo' in UAPI of Linux sound subsystem. + * The object wraps `struct snd_timer_ginfo` in UAPI of Linux sound subsystem. */ typedef struct { struct snd_timer_ginfo info; -- 2.47.3