From 0f7c92b5471b7fc9d15486d455d57b21719508df Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 19 Apr 2022 18:41:08 +0900 Subject: [PATCH] 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 --- src/ctl/card-info.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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; -- 2.47.3