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