]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
ctl: 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/ctl/alsactl-enum-types.h

index 2626dcd0a5db2612783caf411718cd110115a651..f6cc38b05c7494f6ff9b93941c01f1336acab5ba 100644 (file)
@@ -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,