diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-02 11:27:16 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-02 11:27:43 +0200 |
commit | 3e8be4c4f824a09df14734ac4ccb9bcc5b2535d2 (patch) | |
tree | 44e598cf0c7f40be1d9d28a00a51225bc9223198 /src/testing/testing_cmd_truth_upload.c | |
parent | 180bd952704ec7661cb7c6a8e3233d86d5e72598 (diff) | |
download | anastasis-3e8be4c4f824a09df14734ac4ccb9bcc5b2535d2.tar.gz anastasis-3e8be4c4f824a09df14734ac4ccb9bcc5b2535d2.tar.bz2 anastasis-3e8be4c4f824a09df14734ac4ccb9bcc5b2535d2.zip |
-doxygen fixes
Diffstat (limited to 'src/testing/testing_cmd_truth_upload.c')
-rw-r--r-- | src/testing/testing_cmd_truth_upload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_cmd_truth_upload.c b/src/testing/testing_cmd_truth_upload.c index a9a3161..87dec9d 100644 --- a/src/testing/testing_cmd_truth_upload.c +++ b/src/testing/testing_cmd_truth_upload.c @@ -272,7 +272,7 @@ truth_upload_cleanup (void *cls, * Offer internal data 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 extract. * @return #GNUNET_OK on success |