From 824e6ce9d74ee12c955dc0b0c91447c1e18a54d9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 18 Jan 2020 20:20:24 +0100 Subject: doxygen fixes, remove redundant parameters --- src/include/taler_testing_lib.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 02fd929ce..3d9abae0e 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -867,8 +867,6 @@ TALER_TESTING_cmd_bank_debits (const char *label, * * @param label command label. * @param amount amount to transfer. - * @param bank_base_url base URL of the account that implements this - * wire transer (which account gives money). * @param auth authentication data to use * @param payto_credit_account which account receives money. * @param wtid wire transfer identifier to use @@ -2500,16 +2498,16 @@ enum TALER_TESTING_PaytoType /** - * Offer PAYTO url in a trait. + * Offer a payto uri in a trait. * * @param pt which url is to be picked, * in case multiple are offered. - * @param url the url to offer. + * @param payto_uri the uri to offer. * @return the trait. */ struct TALER_TESTING_Trait TALER_TESTING_make_trait_payto (enum TALER_TESTING_PaytoType pt, - const char *url); + const char *payto_uri); /** -- cgit v1.2.3