summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-18 20:20:24 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-18 20:20:24 +0100
commit824e6ce9d74ee12c955dc0b0c91447c1e18a54d9 (patch)
tree9b527709f1da3c03f92c370ee92ed54a8b0ec3d0 /src/include
parent3d431e8d333acdd4f7b54bc7a71508a7f0f885ce (diff)
downloadexchange-824e6ce9d74ee12c955dc0b0c91447c1e18a54d9.tar.gz
exchange-824e6ce9d74ee12c955dc0b0c91447c1e18a54d9.tar.bz2
exchange-824e6ce9d74ee12c955dc0b0c91447c1e18a54d9.zip
doxygen fixes, remove redundant parameters
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_lib.h8
1 files changed, 3 insertions, 5 deletions
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);
/**