aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-30 14:16:42 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-30 14:16:42 +0100
commit4b2504a3c36d45beec3adda844658270d1ec18a3 (patch)
tree7138a634a9694c698b9b65e04a9da9db3c171365 /src/include/taler_exchange_service.h
parenta1af10a832de7070420c61cc6d9daf0311726c90 (diff)
downloadexchange-4b2504a3c36d45beec3adda844658270d1ec18a3.tar.xz
doxygen fixes
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index a8b78a2b3..512dfb35c 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -2201,6 +2201,7 @@ struct TALER_EXCHANGE_ManagementPostKeysHandle;
*
* @param ctx the context
* @param url HTTP base URL for the exchange
+ * @param pkd signature data to POST
* @param cb function to call with the exchange's result
* @param cb_cls closure for @a cb
* @return the request handle; NULL upon error
@@ -2217,7 +2218,7 @@ TALER_EXCHANGE_post_management_keys (
/**
* Cancel #TALER_EXCHANGE_post_management_keys() operation.
*
- * @param gh handle of the operation to cancel
+ * @param ph handle of the operation to cancel
*/
void
TALER_EXCHANGE_post_management_keys_cancel (
@@ -2450,7 +2451,6 @@ struct TALER_EXCHANGE_ManagementWireEnableHandle;
*
* @param ctx the context
* @param url HTTP base URL for the exchange
- * @param salt salt to use when hashing the account for the signature
* @param payto_uri RFC 8905 URI of the exchange's bank account
* @param validity_start when was this decided?
* @param master_sig1 signature affirming the wire addition
@@ -2586,7 +2586,7 @@ TALER_EXCHANGE_management_set_wire_fees (
/**
* Cancel #TALER_EXCHANGE_management_enable_wire() operation.
*
- * @param wh handle of the operation to cancel
+ * @param swfh handle of the operation to cancel
*/
void
TALER_EXCHANGE_management_set_wire_fees_cancel (
@@ -2639,7 +2639,7 @@ TALER_EXCHANGE_add_auditor_denomination (
/**
* Cancel #TALER_EXCHANGE_add_auditor_denomination() operation.
*
- * @param gh handle of the operation to cancel
+ * @param ah handle of the operation to cancel
*/
void
TALER_EXCHANGE_add_auditor_denomination_cancel (