The gi-docgen supports enhancement of inter-document link. This commit is
optimization to it.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
#include "privates.h"
/**
- * SECTION: card-info
- * @Title: ALSACtlCardInfo
- * @Short_description: A GObject-derived object to represent information of
- * sound card
+ * ALSACtlCardInfo:
+ * A GObject-derived object to represent information of sound card.
*
- * A #ALSACtlCardInfo is a GObject-derived object to represent information of
- * sound card. The call of alsactl_card_get_info() returns an instance of the
- * object.
+ * A [class@CardInfo] is information of sound card. The call of [method@Card.get_info] returns an
+ * instance of the object.
*
- * The object wraps 'struct snd_ctl_card_info' in UAPI of Linux sound subsystem.
+ * The object wraps `struct snd_ctl_card_info` in UAPI of Linux sound subsystem.
*/
typedef struct {
struct snd_ctl_card_info info;