Skip to content

Commit bd5ed18

Browse files
committed
Add documentation for RIG_CONF_END
Fixes: warning: explicit link request to 'RIG_CONF_END' could not be resolved
1 parent c1788e2 commit bd5ed18

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

include/hamlib/rig.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -861,11 +861,10 @@ typedef enum {
861861
typedef long hamlib_token_t;
862862
#define token_t hamlib_token_t
863863

864-
865-
//! @cond Doxygen_Suppress
864+
/**
865+
* \brief configuration token not found
866+
*/
866867
#define RIG_CONF_END 0
867-
//! @endcond
868-
869868

870869
/**
871870
* \brief parameter types

0 commit comments

Comments
 (0)