From 9f89402eb13b696af6ed5e75d84e2986dd32a958 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 19 Apr 2022 18:41:08 +0900 Subject: [PATCH] seq: system_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/seq/system-info.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/seq/system-info.c b/src/seq/system-info.c index 40fc926..ba544d0 100644 --- a/src/seq/system-info.c +++ b/src/seq/system-info.c @@ -2,16 +2,13 @@ #include "privates.h" /** - * SECTION: system-info - * @Title: ALSASeqSystemInfo - * @Short_description: A GObject-derived object to represent information of - * ALSA Sequencer + * ALSASeqSystemInfo: + * A GObject-derived object to represent information of ALSA Sequencer. * - * A #ALSASeqSystemInfo is a GObject-derived object to represent information of - * ALSA Sequencer. The call of alsaseq_get_system_info() returns the instance of - * object. + * A [class@SystemInfo] is a GObject-derived object to represent information of ALSA Sequencer. The + * call of [func@get_system_info] returns the instance of object. * - * The object wraps 'struct snd_seq_system_info' in UAPI of Linux sound subsystem. + * The object wraps `struct snd_seq_system_info` in UAPI of Linux sound subsystem. */ typedef struct { struct snd_seq_system_info info; -- 2.47.3