From: Sree Harsha Totakura Date: Sun, 9 Sep 2012 07:27:05 +0000 (+0000) Subject: -doxygen X-Git-Tag: initial-import-from-subversion-38251~11889 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=495ebe5987dbf7562d55e9d6a5751d78ae35ffc2;p=oweals%2Fgnunet.git -doxygen --- diff --git a/src/testbed/testbed_api_peers.c b/src/testbed/testbed_api_peers.c index 9465c66bb..619212def 100644 --- a/src/testbed/testbed_api_peers.c +++ b/src/testbed/testbed_api_peers.c @@ -225,8 +225,8 @@ oprelease_peer_stop (void *cls) * Generate PeerGetConfigurationMessage * * @param peer_id the id of the peer whose information we have to get - * @param operation_id the ip of the operation that should be represented in - * the message + * @param operation_id the ip of the operation that should be represented in the + * message * @return the PeerGetConfigurationMessage */ struct GNUNET_TESTBED_PeerGetConfigurationMessage * diff --git a/src/testbed/testbed_api_test.c b/src/testbed/testbed_api_test.c index 0a15b3db9..580917aa7 100644 --- a/src/testbed/testbed_api_test.c +++ b/src/testbed/testbed_api_test.c @@ -120,7 +120,7 @@ master_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) * @param cls NULL * @param args arguments passed to GNUNET_PROGRAM_run * @param cfgfile the path to configuration file - * @param cfg the configuration file handle + * @param config the configuration file handle */ static void run (void *cls, char *const *args, const char *cfgfile, diff --git a/src/testbed/testbed_api_testbed.c b/src/testbed/testbed_api_testbed.c index 76aec1d97..bc89638a4 100644 --- a/src/testbed/testbed_api_testbed.c +++ b/src/testbed/testbed_api_testbed.c @@ -413,7 +413,7 @@ controller_status_cb (void *cls, const struct GNUNET_CONFIGURATION_Handle *cfg, /** * Stops the testbed run and releases any used resources * - * @param rc the tesbed run handle + * @param cls the tesbed run handle * @param tc the task context from scheduler */ void @@ -471,11 +471,12 @@ shutdown_run_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) * respective 'enum GNUNET_TESTBED_EventType' * (i.e. "(1LL << GNUNET_TESTBED_ET_CONNECT) || ...") * @param cc controller callback to invoke on events; This callback is called - * for all peer start events even if GNUNET_TESTBED_ET_PEER_START isn't - * set in the event_mask as this is the only way get access to the - * handle of each peer + * for all peer start events even if GNUNET_TESTBED_ET_PEER_START isn't + * set in the event_mask as this is the only way get access to the + * handle of each peer * @param cc_cls closure for cc * @param master task to run once the testbed is ready + * @param master_cls */ void GNUNET_TESTBED_run (const char *host_filename,