From: Sree Harsha Totakura Date: Fri, 19 Apr 2013 11:55:20 +0000 (+0000) Subject: - doxygen X-Git-Tag: initial-import-from-subversion-38251~9199 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c8fe1a3b7ce92edd1f4f2035103ed547123c3666;p=oweals%2Fgnunet.git - doxygen --- diff --git a/src/include/gnunet_testbed_logger_service.h b/src/include/gnunet_testbed_logger_service.h index c8b4b7762..084d88387 100644 --- a/src/include/gnunet_testbed_logger_service.h +++ b/src/include/gnunet_testbed_logger_service.h @@ -87,10 +87,6 @@ typedef void (*GNUNET_TESTBED_LOGGER_FlushCompletion) (void *cls, size_t size); * @param h the logger handle * @param data the data to send; * @param size how many bytes of data to send - * @param cb the callback to be called upon completion of the send request - * @param cb_cls the closure for the above callback - * @return the send handle which can used for cancelling the send operation. - * Will be invalid if upon call to completion callback */ void GNUNET_TESTBED_LOGGER_write (struct GNUNET_TESTBED_LOGGER_Handle *h, diff --git a/src/testbed/gnunet-service-testbed-logger.c b/src/testbed/gnunet-service-testbed-logger.c index 76403ecac..7f3a42be2 100644 --- a/src/testbed/gnunet-service-testbed-logger.c +++ b/src/testbed/gnunet-service-testbed-logger.c @@ -165,7 +165,7 @@ queue_message (struct GNUNET_SERVER_Client *client, * * @param cls NULL * @param client identification of the client - * @param message the actual message + * @param msg the actual message */ static void handle_log_msg (void *cls, struct GNUNET_SERVER_Client *client, diff --git a/src/testbed/testbed_logger_api.c b/src/testbed/testbed_logger_api.c index 81e20dd2a..652280850 100644 --- a/src/testbed/testbed_logger_api.c +++ b/src/testbed/testbed_logger_api.c @@ -149,8 +149,7 @@ call_flush_completion (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) /** * Schedule the flush completion notification task * - * @param - * @return + * @param h logger handle */ static void trigger_flush_notification (struct GNUNET_TESTBED_LOGGER_Handle *h) @@ -327,10 +326,6 @@ GNUNET_TESTBED_LOGGER_disconnect (struct GNUNET_TESTBED_LOGGER_Handle *h) * @param h the logger handle * @param data the data to send; * @param size how many bytes of data to send - * @param cb the callback to be called upon completion of the send request - * @param cb_cls the closure for the above callback - * @return the send handle which can used for cancelling the send operation. - * Will be invalid if upon call to completion callback */ void GNUNET_TESTBED_LOGGER_write (struct GNUNET_TESTBED_LOGGER_Handle *h,