From: Andre Noll Date: Tue, 16 May 2017 20:21:12 +0000 (+0200) Subject: recv_common.c: Fix doxygen warning in recv_init(). X-Git-Tag: v0.6.1~79 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9d849535e30c6b6a3ebb746fd3002d18927f62ea;ds=sidebyside 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 --- 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,