From 4b766bf1a6a70ef1bdb0eadd08225a8e07932e69 Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 20 Oct 2020 16:56:24 +0200 Subject: @param --- src/include/taler_merchant_service.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/include/taler_merchant_service.h') diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index a4699df4..2a6f19c0 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -110,7 +110,7 @@ struct TALER_MERCHANT_HttpResponse * error details and setup the corresponding @a hr structure. Internally * used to convert merchant's responses in to @a hr. * - * @param response, if NULL we will report #TALER_EC_INVALIDD_RESPONSE in `ec` + * @param response if NULL we will report #TALER_EC_INVALIDD_RESPONSE in `ec` * @param http_status http status to use * @param[out] hr response object to initialize, fields will * only be valid as long as @a response is valid as well @@ -494,7 +494,6 @@ typedef void * @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_length length of the @a accounts array * @param payto_uris URIs of the bank accounts of the merchant instance * @param name name of the merchant instance * @param address physical address of the merchant instance @@ -2808,7 +2807,7 @@ TALER_MERCHANT_reserves_post ( * Cancel a POST /reserves request. This function cannot be used * on a request handle if a response is already served for it. * - * @param pth the operation to cancel + * @param prh the operation to cancel */ void TALER_MERCHANT_reserves_post_cancel ( -- cgit v1.2.3