From: Takashi Sakamoto Date: Tue, 19 Apr 2022 09:41:08 +0000 (+0900) Subject: seq: enum: link optimization to gi-docgen X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=834845ca2af9ca447f37210147dab28582086cb7;p=alsa-gobject.git seq: enum: 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/seq/alsaseq-enum-types.h b/src/seq/alsaseq-enum-types.h index 61c868b..c2844cf 100644 --- a/src/seq/alsaseq-enum-types.h +++ b/src/seq/alsaseq-enum-types.h @@ -366,7 +366,7 @@ typedef enum /*< flags >*/ * @ALSASEQ_USER_CLIENT_ERROR_PORT_PERMISSION: The operation fails due to access permission of port. * @ALSASEQ_USER_CLIENT_ERROR_QUEUE_PERMISSION: The operation fails due to access permission of queue. * - * A set of error code for GError with domain which equals to #alsaseq_user_client_error_quark() + * A set of error code for [structGLib.Error] with `struct@UserClientError` domain. */ typedef enum { ALSASEQ_USER_CLIENT_ERROR_FAILED,