From: Takashi Sakamoto Date: Tue, 19 Apr 2022 09:41:08 +0000 (+0900) Subject: timer: instance_info: link optimization to gi-docgen X-Git-Tag: v0.3.0~169 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=fe120644b0ee9d60657e5d9d9e48ad1ba9942333;p=alsa-gobject.git timer: instance_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/instance-info.c b/src/timer/instance-info.c index 0513799..c35f87e 100644 --- a/src/timer/instance-info.c +++ b/src/timer/instance-info.c @@ -2,16 +2,14 @@ #include "privates.h" /** - * SECTION: instance-info - * @Title: ALSATimerInstanceInfo - * @Short_description: A GObject-derived object to represent information of - * user instance + * ALSATimerInstanceInfo: + * A GObject-derived object to represent information of user instance. * - * A #ALSATimerInstanceInfo is a GObject-derived object to represent information - * of user instance attached to any timer device or the other instance as slave. - * The call of alsatimer_user_instance_get_info() returns the instance of object. + * A [class@InstanceInfo] is a GObject-derived object to represent information of user instance + * attached to any timer device or the other instance as slave. The call of + * [method@UserInstance.get_info] returns the instance of object. * - * The object wraps 'struct snd_timer_info' in UAPI of Linux sound subsystem. + * The object wraps `struct snd_timer_info` in UAPI of Linux sound subsystem. */ typedef struct { struct snd_timer_info info;