commit 15604d3b324357e80b4f7cd9d2c5e9855e56656d
parent d8d2da5d0f830b3538a0bce285b080ecfb4da64d
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 28 Oct 2015 13:21:36 +0000
-fix doxygen
Diffstat:
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/testbed/testbed_api.c b/src/testbed/testbed_api.c
@@ -382,12 +382,12 @@ handle_forwarded_operation_msg (struct GNUNET_TESTBED_Controller *c,
/**
- * Handler for GNUNET_MESSAGE_TYPE_TESTBED_ADDHOSTCONFIRM message from
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_ADD_HOST_SUCCESS message from
* controller (testbed service)
*
* @param c the controller handler
* @param msg message received
- * @return GNUNET_YES if we can continue receiving from service; GNUNET_NO if
+ * @return #GNUNET_YES if we can continue receiving from service; #GNUNET_NO if
* not
*/
static int
@@ -484,7 +484,7 @@ handle_opsuccess (struct GNUNET_TESTBED_Controller *c,
/**
- * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEERCREATESUCCESS message from
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEER_CREATE_SUCCESS message from
* controller (testbed service)
*
* @param c the controller handle
@@ -543,7 +543,7 @@ handle_peer_create_success (struct GNUNET_TESTBED_Controller *c,
/**
- * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEEREVENT message from
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEER_EVENT message from
* controller (testbed service)
*
* @param c the controller handler
@@ -624,7 +624,7 @@ handle_peer_event (struct GNUNET_TESTBED_Controller *c,
/**
- * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEERCONEVENT message from
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEER_CONNECT_EVENT message from
* controller (testbed service)
*
* @param c the controller handler
@@ -699,12 +699,12 @@ handle_peer_conevent (struct GNUNET_TESTBED_Controller *c,
/**
- * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEERCONFIG message from
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_PEER_INFORMATION message from
* controller (testbed service)
*
* @param c the controller handler
* @param msg message received
- * @return GNUNET_YES if we can continue receiving from service; GNUNET_NO if
+ * @return #GNUNET_YES if we can continue receiving from service; #GNUNET_NO if
* not
*/
static int
@@ -771,7 +771,7 @@ handle_peer_config (struct GNUNET_TESTBED_Controller *c,
/**
- * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_OPERATIONFAILEVENT message from
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_OPERATION_FAIL_EVENT message from
* controller (testbed service)
*
* @param c the controller handler
@@ -931,7 +931,7 @@ GNUNET_TESTBED_generate_slavegetconfig_msg_ (uint64_t op_id, uint32_t slave_id)
/**
- * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_SLAVECONFIG message from controller
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_SLAVE_CONFIGURATION message from controller
* (testbed service)
*
* @param c the controller handler
@@ -978,7 +978,7 @@ handle_slave_config (struct GNUNET_TESTBED_Controller *c,
/**
- * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_SLAVECONFIG message from controller
+ * Handler for #GNUNET_MESSAGE_TYPE_TESTBED_LINK_CONTROLLERS_RESULT message from controller
* (testbed service)
*
* @param c the controller handler