From d6c1c4ec78f1f627911632dd1e584bf56094f90f Mon Sep 17 00:00:00 2001 From: Wouter van Gulik Date: Thu, 9 Sep 2021 22:15:16 +0200 Subject: [PATCH] rig.c/rig_reset Make defines a link in the documentation --- src/rig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rig.c b/src/rig.c index 5c0b6da83..842720f35 100644 --- a/src/rig.c +++ b/src/rig.c @@ -5623,7 +5623,7 @@ int HAMLIB_API rig_get_powerstat(RIG *rig, powerstat_t *status) * \param reset The reset operation to perform * * Resets the radio. - * See RIG_RESET_NONE, RIG_RESET_SOFT and RIG_RESET_MCALL defines + * See #RIG_RESET_NONE, #RIG_RESET_SOFT and #RIG_RESET_MCALL defines * for the \a reset. * * \return RIG_OK if the operation has been successful, otherwise