From 9d849535e30c6b6a3ebb746fd3002d18927f62ea Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 16 May 2017 22:21:12 +0200 Subject: [PATCH] recv_common.c: Fix doxygen warning in recv_init(). In the doxygen comment of this function, one argument name was prefixed with a backslash by mistake. Old doxygen versions did not complain about this, but doxygen-1.8.11 does: warning: unexpected token in comment block while parsing the argument of command param --- recv_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recv_common.c b/recv_common.c index 7bb775fe..d48b3476 100644 --- a/recv_common.c +++ b/recv_common.c @@ -37,7 +37,7 @@ void recv_init(void) /** * Check if the given string is a valid receiver specifier. * - * \param \ra string of the form receiver_name [options...] + * \param ra string of the form receiver_name [options...] * \param lprp Filled in on success, undefined else. * * This function checks whether \a ra starts with the name of a receiver, -- 2.30.2