From db3b72a72f468bc5690fa8904f4715a55d33135c Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 19 Apr 2022 18:41:08 +0900 Subject: [PATCH] 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 --- src/timer/instance-info.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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; -- 2.47.3