diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-02-29 17:13:43 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-02-29 17:13:43 +0100 |
commit | 72764dc5f11db277268b24a30fcc7664695493e7 (patch) | |
tree | af3e2e33c8774383ac91aaa99f8cc656180a4a20 /src/testing | |
parent | cdc8c5b57bb5992b7afe5c9f36e5e286a930dff8 (diff) |
doxygen fixes
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/testing_api_cmd_twister_exec_client.c | 14 | ||||
-rw-r--r-- | src/testing/testing_api_twister_helpers.c | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/testing/testing_api_cmd_twister_exec_client.c b/src/testing/testing_api_cmd_twister_exec_client.c index 6350d1d58..bfcfe4591 100644 --- a/src/testing/testing_api_cmd_twister_exec_client.c +++ b/src/testing/testing_api_cmd_twister_exec_client.c @@ -18,7 +18,7 @@ */ /** - * @file include/testing_api_cmd_exec_client.h + * @file testing_api_cmd_twister_exec_client.c * @brief test commands aimed to call the CLI twister client * to drive its behaviour. * @author Christian Grothoff <christian@grothoff.org> @@ -189,7 +189,7 @@ hack_response_code_cleanup * to other commands. * * @param cls closure - * @param ret[out] result (could be anything) + * @param[out] ret result (could be anything) * @param trait name of the trait * @param index index number of the object to offer. * @return #GNUNET_OK on success @@ -316,7 +316,7 @@ delete_object_cleanup * to other commands. * * @param cls closure - * @param ret[out] result (could be anything) + * @param[out] ret result (could be anything) * @param trait name of the trait * @param index index number of the object to offer. * @return #GNUNET_OK on success @@ -404,7 +404,7 @@ modify_object_cleanup * to other commands. * * @param cls closure - * @param ret[out] result (could be anything) + * @param[out] ret result (could be anything) * @param trait name of the trait * @param index index number of the object to offer. * @return #GNUNET_OK on success @@ -559,7 +559,7 @@ flip_object_cleanup * to other commands. * * @param cls closure - * @param ret[out] result (could be anything) + * @param[out] ret result (could be anything) * @param trait name of the trait * @param index index number of the object to offer. * @return #GNUNET_OK on success @@ -742,7 +742,7 @@ malform_request_cleanup (void *cls, * to other commands. * * @param cls closure - * @param ret[out] result (could be anything) + * @param[out] ret result (could be anything) * @param trait name of the trait * @param index index number of the object to offer. * @return #GNUNET_OK on success @@ -829,7 +829,7 @@ malform_response_cleanup * to other commands. * * @param cls closure - * @param ret[out] result (could be anything) + * @param[out] ret result (could be anything) * @param trait name of the trait * @param index index number of the object to offer. * @return #GNUNET_OK on success diff --git a/src/testing/testing_api_twister_helpers.c b/src/testing/testing_api_twister_helpers.c index 6fab02c34..0406d7987 100644 --- a/src/testing/testing_api_twister_helpers.c +++ b/src/testing/testing_api_twister_helpers.c @@ -18,7 +18,7 @@ */ /** - * @file twister/testing_api_helpers.c + * @file testing_api_twister_helpers.c * @brief helper functions for test library. * @author Christian Grothoff * @author Marcello Stanisci |