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_testing_lib.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/include/taler_testing_lib.h') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index c90991ac4..02fd929ce 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1024,8 +1024,6 @@ TALER_TESTING_cmd_admin_add_incoming (const char *label, * * @param label command label. * @param amount the amount to transfer. - * @param account_base_url base URL of the account that implements this - * wire transer (which account receives money). * @param payto_debit_account which account sends money. * @param auth authentication data * @param ref reference to a command that can offer a reserve @@ -1035,7 +1033,6 @@ TALER_TESTING_cmd_admin_add_incoming (const char *label, struct TALER_TESTING_Command TALER_TESTING_cmd_admin_add_incoming_with_ref (const char *label, const char *amount, - const char *account_base_url, const struct TALER_BANK_AuthenticationData * auth, @@ -1052,8 +1049,6 @@ TALER_TESTING_cmd_admin_add_incoming_with_ref (const char *label, * * @param label command label. * @param amount amount to transfer. - * @param account_base_url base URL of the account that implements this - * wire transer (which account receives money). * @param payto_debit_account which account sends money. * @param auth authentication data * @param instance the instance that runs the tipping. Under this @@ -1066,7 +1061,6 @@ TALER_TESTING_cmd_admin_add_incoming_with_ref (const char *label, struct TALER_TESTING_Command TALER_TESTING_cmd_admin_add_incoming_with_instance (const char *label, const char *amount, - const char *account_base_url, const struct TALER_BANK_AuthenticationData *auth, -- cgit v1.2.3