From 83f7e783699d2d013ef9392d5afd25ffe05f2fa6 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 19 Apr 2022 18:41:08 +0900 Subject: [PATCH] timer: 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 --- src/timer/alsatimer-enum-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timer/alsatimer-enum-types.h b/src/timer/alsatimer-enum-types.h index 995afb0..ba8a807 100644 --- a/src/timer/alsatimer-enum-types.h +++ b/src/timer/alsatimer-enum-types.h @@ -130,7 +130,7 @@ typedef enum { * @ALSATIMER_USER_INSTANCE_ERROR_ATTACHED: The timer instance is already attached to timer * device or the other instance. * - * A set of error code for GError with domain which equals to #alsatimer_user_instance_error_quark() + * A set of error code for [struct@GLib.Error] with `ALSATimer.UserInstanceError` domain. */ typedef enum { ALSATIMER_USER_INSTANCE_ERROR_FAILED, -- 2.47.3