]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
seq: system_info: link optimization to gi-docgen
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 19 Apr 2022 09:41:08 +0000 (18:41 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Wed, 20 Apr 2022 00:51:44 +0000 (09:51 +0900)
The gi-docgen supports enhancement of inter-document link. This commit is
optimization to it.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/system-info.c

index 40fc926b6c43ba34683c78d9016508a47ef95604..ba544d08af9636c51f4c3596d36c937b0b487ea0 100644 (file)
@@ -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;