summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-23 23:04:34 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-23 23:04:34 +0200
commitee9cd946282c7e40b5ebf067e9a807ea21ff8769 (patch)
tree761b99ad161d3b2c7c5db74cf0d0834f8e51fcd0 /src/include/taler_merchant_service.h
parent132cce0ec0f3dcf32c19df98a6e4416701197fb9 (diff)
downloadmerchant-ee9cd946282c7e40b5ebf067e9a807ea21ff8769.tar.gz
merchant-ee9cd946282c7e40b5ebf067e9a807ea21ff8769.tar.bz2
merchant-ee9cd946282c7e40b5ebf067e9a807ea21ff8769.zip
-fix doxygen
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 723f1b07..39f39a3e 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -522,7 +522,7 @@ struct TALER_MERCHANT_AccountConfig
* @param backend_url HTTP base URL for the backend
* @param instance_id identity of the instance to get information about
* @param accounts_length how many bank accounts this instance has
- * @param payto_uris URIs of the bank accounts of the merchant instance
+ * @param accounts the bank accounts of the merchant instance
* @param name name of the merchant instance
* @param ut user type of the merchant instance
* @param address physical address of the merchant instance
@@ -597,7 +597,7 @@ typedef void
* @param instance_id identity of the instance to modify information about; NULL
* if the instance is identified as part of the @a backend_url
* @param accounts_length length of the @a accounts array
- * @param payto_uris URIs of the bank accounts of the merchant instance
+ * @param accounts the bank accounts of the merchant instance
* @param name name of the merchant instance
* @param ut user type of the merchant instance
* @param address physical address of the merchant instance