summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-12 12:35:03 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-12 12:35:03 +0100
commit730d8c893cdf272f1a5e2a7f796102d670a28c47 (patch)
tree1f1d20030c928c5937adb6e4d6edc273fe9be7bd /src/include/taler_testing_lib.h
parentd81b3f13d16210c1ae995306507c1b56091bc14e (diff)
downloadexchange-730d8c893cdf272f1a5e2a7f796102d670a28c47.tar.gz
exchange-730d8c893cdf272f1a5e2a7f796102d670a28c47.tar.bz2
exchange-730d8c893cdf272f1a5e2a7f796102d670a28c47.zip
-more doxygen fixes
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 271302ae2..69cb9f68f 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -998,10 +998,11 @@ TALER_TESTING_cmd_bank_debits (const char *label,
/**
* Create transfer command.
*
- * @param label command label.
- * @param amount amount to transfer.
+ * @param label command label
+ * @param amount amount to transfer
* @param auth authentication data to use
- * @param payto_credit_account which account receives money.
+ * @param payto_debit_account which account to withdraw money from
+ * @param payto_credit_account which account receives money
* @param wtid wire transfer identifier to use
* @param exchange_base_url exchange URL to use
* @return the command.