From: Takashi Sakamoto Date: Tue, 19 Apr 2022 09:41:08 +0000 (+0900) Subject: ctl: card_info: link optimization to gi-docgen X-Git-Tag: v0.3.0~188 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=7bf97215ccca48afa68a2f3811f1f8e23a690b38;p=alsa-gobject.git ctl: card_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/ctl/card-info.c b/src/ctl/card-info.c index 80ccd71..0cf9da2 100644 --- a/src/ctl/card-info.c +++ b/src/ctl/card-info.c @@ -2,16 +2,13 @@ #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;