From: Takashi Sakamoto Date: Tue, 19 Apr 2022 09:41:08 +0000 (+0900) Subject: ctl: enums: link optimization to gi-docgen X-Git-Tag: v0.3.0~191 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=b9a0650d479a8297f10e7b60b0a812b4ded5961e;p=alsa-gobject.git ctl: enums: 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/alsactl-enum-types.h b/src/ctl/alsactl-enum-types.h index 2626dcd..f6cc38b 100644 --- a/src/ctl/alsactl-enum-types.h +++ b/src/ctl/alsactl-enum-types.h @@ -116,7 +116,7 @@ typedef enum /*< flags >*/ * @ALSACTL_CARD_ERROR_ELEM_OWNED: The control element is owned by the other process. * @ALSACTL_CARD_ERROR_ELEM_EXIST: The control element already exists. * - * A set of error code for GError with domain which equals to #alsactl_card_error_quark() + * A set of error code for [struct@GLib.Error] with `ALSACtl.CardError` domain. */ typedef enum { ALSACTL_CARD_ERROR_FAILED,