From: Takashi Sakamoto Date: Tue, 19 Apr 2022 09:41:08 +0000 (+0900) Subject: timer: device_info: link optimization to gi-docgen X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=f9401e3682d85426424e679caff3b424cc7e57b4;p=alsa-gobject.git 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 --- 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;