]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
timer: enums: link optimization to gi-docgen
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 19 Apr 2022 09:41:08 +0000 (18:41 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 19 Apr 2022 09:41:08 +0000 (18:41 +0900)
The gi-docgen supports enhancement of inter-document link. This commit is
optimization to it.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/timer/alsatimer-enum-types.h

index 995afb0038cc9e9b60133a04f27b7fe330b80637..ba8a8077ce46867f18255f1f8ebd44a494812ccc 100644 (file)
@@ -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,