From cb7ca45dba174be69ca47f7a6df3ad0cfb6cff07 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 19 Apr 2022 18:41:08 +0900 Subject: [PATCH] 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 --- src/seq/alsaseq-enum-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3