diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-04-20 07:49:56 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-04-20 07:49:56 +0200 |
commit | 487237381dc81c16878b2e3faaac37777b6dd7bf (patch) | |
tree | 542b1b8ed111ebba37c50febd07f24c2afbdeeb0 /src/bank-lib | |
parent | b0811dd868f24010329cf294a0fd2d28a0cfeae6 (diff) |
fix misc doxygen issues
Diffstat (limited to 'src/bank-lib')
-rw-r--r-- | src/bank-lib/bank_api_admin.c | 1 | ||||
-rw-r--r-- | src/bank-lib/fakebank.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/bank-lib/bank_api_admin.c b/src/bank-lib/bank_api_admin.c index 0b6386ad4..0ce4b11ab 100644 --- a/src/bank-lib/bank_api_admin.c +++ b/src/bank-lib/bank_api_admin.c @@ -166,7 +166,6 @@ handle_admin_add_incoming_finished (void *cls, * @param exchange_base_url base URL of the exchange (for tracking) * @param wtid wire transfer identifier for the transfer * @param amount amount that was deposited - * @param execution_date when did we receive the amount * @param debit_account_no account number to withdraw from (53 bits at most) * @param credit_account_no account number to deposit into (53 bits at most) * @param res_cb the callback to call when the final result for this request is available diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index d99332bdb..88d5c36db 100644 --- a/src/bank-lib/fakebank.c +++ b/src/bank-lib/fakebank.c @@ -109,7 +109,7 @@ struct TALER_FAKEBANK_Handle * @param h bank instance * @param want_amount transfer amount desired * @param want_debit account that should have been debited - * @param want_debit account that should have been credited + * @param want_credit account that should have been credited * @param exchange_base_url expected base URL of the exchange * i.e. "https://example.com/"; may include a port * @param[out] wtid set to the wire transfer identifier |