From 4b2504a3c36d45beec3adda844658270d1ec18a3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 Nov 2020 14:16:42 +0100 Subject: doxygen fixes --- src/include/taler_exchange_service.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include/taler_exchange_service.h') 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 ( -- cgit v1.2.3