-doxygen
authorChristian Grothoff <christian@grothoff.org>
Fri, 24 Jun 2016 15:16:23 +0000 (15:16 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 24 Jun 2016 15:16:23 +0000 (15:16 +0000)
src/include/gnunet_nat_lib.h
src/testbed-logger/testbed_logger_api.c

index ca3f2ca58206bbda2af488f83e9333edaf0113f1..853a86c2dc050f871cc71291b9eea2a3776263cb 100644 (file)
@@ -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
index 869054cf3bacabfbf67f0593841bce4cd755acb7..de64048c5f8a14c793ee1f42ba525067db615a25 100644 (file)
@@ -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)