summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-28 22:22:29 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-28 22:22:29 +0100
commit677654f609048a1b45d9fc05eb97141c320e9540 (patch)
tree4a7d4c355a81425bd4894950f882c37e2bd477ed /src/testing/testing_api_cmd_deposit.c
parent17eafb869c62f499960c1971a1d6fbfdeda84fc3 (diff)
downloadexchange-677654f609048a1b45d9fc05eb97141c320e9540.tar.gz
exchange-677654f609048a1b45d9fc05eb97141c320e9540.tar.bz2
exchange-677654f609048a1b45d9fc05eb97141c320e9540.zip
doxygen fix
Diffstat (limited to 'src/testing/testing_api_cmd_deposit.c')
-rw-r--r--src/testing/testing_api_cmd_deposit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_api_cmd_deposit.c b/src/testing/testing_api_cmd_deposit.c
index 5c2b49f14..666805124 100644
--- a/src/testing/testing_api_cmd_deposit.c
+++ b/src/testing/testing_api_cmd_deposit.c
@@ -316,7 +316,7 @@ deposit_run (void *cls,
}
else if (NULL != ds->merchant_priv_reference)
{
- // We're copying the merchant key from another deposit operation
+ /* We're copying the merchant key from another deposit operation */
const struct TALER_MerchantPrivateKeyP *merchant_priv;
const struct TALER_TESTING_Command *cmd;
cmd = TALER_TESTING_interpreter_lookup_command
@@ -733,8 +733,8 @@ TALER_TESTING_cmd_deposit_with_ref (const char *label,
* deposit command.
*
* @param label command label.
+ * @param deposit_reference which deposit command should we repeat
* @param expected_response_code expected HTTP response code.
- *
* @return the command.
*/
struct TALER_TESTING_Command