From 34e6425f9d01dd60ee014097f938c6fb65d9a35b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 18 Jan 2020 20:03:54 +0100 Subject: doxygen fixes / redundant parameter elimination --- src/include/taler_bank_service.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/include/taler_bank_service.h') diff --git a/src/include/taler_bank_service.h b/src/include/taler_bank_service.h index dda33840..4b2aca66 100644 --- a/src/include/taler_bank_service.h +++ b/src/include/taler_bank_service.h @@ -165,7 +165,7 @@ TALER_BANK_admin_add_incoming_cancel (struct /** * Prepare for exeuction of a wire transfer. * - * @param destination_account_uri payto:// URL identifying where to send the money + * @param destination_account_payto_uri payto:// URL identifying where to send the money * @param amount amount to transfer, already rounded * @param exchange_base_url base URL of this exchange (included in subject * to facilitate use of tracking API by merchant backend) @@ -426,9 +426,7 @@ typedef int * Request the wire credit history of an exchange's bank account. * * @param ctx curl context for the event loop - * @param bank_base_url URL of the base INCLUDING account number * @param auth authentication data to use - * @param account_number which account number should we query * @param start_row from which row on do we want to get results, use UINT64_MAX for the latest; exclusive * @param num_results how many results do we want; negative numbers to go into the past, * positive numbers to go into the future starting at @a start_row; -- cgit v1.2.3