From: Christian Grothoff Date: Fri, 24 Jun 2016 15:16:23 +0000 (+0000) Subject: -doxygen X-Git-Tag: initial-import-from-subversion-38251~711 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6fd39b3338a843f91246305ae442ec18d296a0d1;p=oweals%2Fgnunet.git -doxygen --- diff --git a/src/include/gnunet_nat_lib.h b/src/include/gnunet_nat_lib.h index ca3f2ca58..853a86c2d 100644 --- a/src/include/gnunet_nat_lib.h +++ b/src/include/gnunet_nat_lib.h @@ -574,9 +574,8 @@ GNUNET_NAT_stun_handle_packet (const void *data, * You don't need to call anything else to check if the packet is valid, * * @param cls the NAT handle - * @param data, packet - * @param len, packet length - * + * @param data packet + * @param len length of @a data * @return #GNUNET_NO if it can't decode, #GNUNET_YES if is a packet */ int diff --git a/src/testbed-logger/testbed_logger_api.c b/src/testbed-logger/testbed_logger_api.c index 869054cf3..de64048c5 100644 --- a/src/testbed-logger/testbed_logger_api.c +++ b/src/testbed-logger/testbed_logger_api.c @@ -195,10 +195,10 @@ dispatch_buffer (struct GNUNET_TESTBED_LOGGER_Handle *h) /** * We got disconnected from the logger. Stop logging. - * + * * @param cls the `struct GNUNET_TESTBED_LOGGER_Handle` * @param error error code - */ + */ static void mq_error_handler (void *cls, enum GNUNET_MQ_Error error)