summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-18 20:10:35 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-18 20:10:35 +0100
commit3d431e8d333acdd4f7b54bc7a71508a7f0f885ce (patch)
tree60cc6004ad4bb3c089952f7cc87512114be318e2
parent34e6425f9d01dd60ee014097f938c6fb65d9a35b (diff)
downloadexchange-3d431e8d333acdd4f7b54bc7a71508a7f0f885ce.tar.gz
exchange-3d431e8d333acdd4f7b54bc7a71508a7f0f885ce.tar.bz2
exchange-3d431e8d333acdd4f7b54bc7a71508a7f0f885ce.zip
doxygen fixes
-rw-r--r--src/lib/testing_api_cmd_bank_admin_add_incoming.c2
-rw-r--r--src/lib/testing_api_cmd_bank_history_credit.c3
-rw-r--r--src/lib/testing_api_cmd_bank_history_debit.c1
-rw-r--r--src/lib/testing_api_cmd_bank_transfer.c1
4 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/testing_api_cmd_bank_admin_add_incoming.c b/src/lib/testing_api_cmd_bank_admin_add_incoming.c
index d351081ad..ac92efb70 100644
--- a/src/lib/testing_api_cmd_bank_admin_add_incoming.c
+++ b/src/lib/testing_api_cmd_bank_admin_add_incoming.c
@@ -425,7 +425,6 @@ admin_add_incoming_traits (void *cls,
* Create internal state for "/admin/add-incoming" CMD.
*
* @param amount the amount to transfer.
- * @param account_bank_url base URL of the exchange account receiving the money
* @param payto_debit_account which account sends money
* @param auth authentication data
* @return the internal state
@@ -510,7 +509,6 @@ TALER_TESTING_cmd_admin_add_incoming (const char *label,
*
* @param label command label.
* @param amount the amount to transfer.
- * @param account_bank_url base URL of the exchange account receiving the money
* @param payto_debit_account which account sends money
* @param auth authentication data
* @param ref reference to a command that can offer a reserve
diff --git a/src/lib/testing_api_cmd_bank_history_credit.c b/src/lib/testing_api_cmd_bank_history_credit.c
index 96da33a19..49317162e 100644
--- a/src/lib/testing_api_cmd_bank_history_credit.c
+++ b/src/lib/testing_api_cmd_bank_history_credit.c
@@ -340,7 +340,6 @@ build_history (struct TALER_TESTING_Interpreter *is,
* @param total length of @a h
* @param off the offset (of the CMD list) where the command
* to check is.
- * @param dir the expected direction of the transaction.
* @param details the expected transaction details.
* @return #GNUNET_OK if the transaction is what we expect.
*/
@@ -401,7 +400,6 @@ check_result (struct TALER_TESTING_Interpreter *is,
* success the last callback is always of this status
* (even if `abs(num_results)` were already returned).
* @param ec taler status code.
- * @param dir direction of the transfer.
* @param row_id monotonically increasing counter corresponding to
* the transaction.
* @param details details about the wire transfer.
@@ -563,6 +561,7 @@ history_cleanup (void *cls,
* Make a "history" CMD.
*
* @param label command label.
+ * @param auth authentication data to talk with the wire gateway
* @param start_row_reference reference to a command that can
* offer a row identifier, to be used as the starting row
* to accept in the result.
diff --git a/src/lib/testing_api_cmd_bank_history_debit.c b/src/lib/testing_api_cmd_bank_history_debit.c
index ecd0bb4f7..e1d47b01c 100644
--- a/src/lib/testing_api_cmd_bank_history_debit.c
+++ b/src/lib/testing_api_cmd_bank_history_debit.c
@@ -402,7 +402,6 @@ check_result (struct TALER_TESTING_Interpreter *is,
* success the last callback is always of this status
* (even if `abs(num_results)` were already returned).
* @param ec taler status code.
- * @param dir direction of the transfer.
* @param row_id monotonically increasing counter corresponding to
* the transaction.
* @param details details about the wire transfer.
diff --git a/src/lib/testing_api_cmd_bank_transfer.c b/src/lib/testing_api_cmd_bank_transfer.c
index 8bf4187c9..11cf5d446 100644
--- a/src/lib/testing_api_cmd_bank_transfer.c
+++ b/src/lib/testing_api_cmd_bank_transfer.c
@@ -334,6 +334,7 @@ transfer_traits (void *cls,
* @param label command label.
* @param amount amount to transfer.
* @param auth authentication data to use
+ * @param payto_debit_account which account sends money.
* @param payto_credit_account which account receives money.
* @param wtid wire transfer identifier to use
* @param exchange_base_url exchange URL to use