commit e7bc857d639e8e830f6832983dacf44c430e8dc2
parent b35f494cafdc4414d312fc4b66077b7ded888b0f
Author: MS <ms@taler.net>
Date: Thu, 15 Oct 2020 13:21:44 +0200
Doxygen fixes
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/lib/merchant_api_tip_authorize.c b/src/lib/merchant_api_tip_authorize.c
@@ -132,7 +132,7 @@ check_ok (struct TALER_MERCHANT_TipAuthorizeHandle *tao,
*
* @param cls the `struct TALER_MERCHANT_TipAuthorizeHandle`
* @param response_code HTTP response code, 0 on error
- * @param json response body, NULL if not in JSON
+ * @param response response body, NULL if not in JSON
*/
static void
handle_tip_authorize_finished (void *cls,
diff --git a/src/lib/merchant_api_wallet_get_order.c b/src/lib/merchant_api_wallet_get_order.c
@@ -99,7 +99,7 @@ cb_failure (struct TALER_MERCHANT_OrderWalletGetHandle *owgh,
*
* @param cls the `struct TALER_MERCHANT_OrderWalletGetHandle`
* @param response_code HTTP response code, 0 on error
- * @param json response body, should be NULL
+ * @param response response body, should be NULL
*/
static void
handle_wallet_get_order_finished (void *cls,
diff --git a/src/lib/merchant_api_wallet_get_tip.c b/src/lib/merchant_api_wallet_get_tip.c
@@ -69,7 +69,7 @@ struct TALER_MERCHANT_TipWalletGetHandle
*
* @param cls the `struct TALER_MERCHANT_TipGetHandle`
* @param response_code HTTP response code, 0 on error
- * @param json response body, NULL if not in JSON
+ * @param response response body, NULL if not in JSON
*/
static void
handle_wallet_tip_get_finished (void *cls,
diff --git a/src/lib/merchant_api_wallet_post_order_refund.c b/src/lib/merchant_api_wallet_post_order_refund.c
@@ -100,7 +100,7 @@ cb_failure (struct TALER_MERCHANT_WalletOrderRefundHandle *orh,
*
* @param cls the `struct TALER_MERCHANT_OrderRefundHandle`
* @param response_code HTTP response code, 0 on error
- * @param json response body, NULL if not JSON
+ * @param response response body, NULL if not JSON
*/
static void
handle_refund_finished (void *cls,