From deb427412b5b4229590b91548d66f64e3f69f15b Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 15 Oct 2020 13:24:24 +0200 Subject: Doxygen fixes --- src/lib/merchant_api_delete_instance.c | 2 +- src/lib/merchant_api_tip_pickup2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/merchant_api_delete_instance.c b/src/lib/merchant_api_delete_instance.c index 03b376ee..5c2bc51b 100644 --- a/src/lib/merchant_api_delete_instance.c +++ b/src/lib/merchant_api_delete_instance.c @@ -69,7 +69,7 @@ struct TALER_MERCHANT_InstanceDeleteHandle * * @param cls the `struct TALER_MERCHANT_InstanceDeleteHandle` * @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_delete_instance_finished (void *cls, diff --git a/src/lib/merchant_api_tip_pickup2.c b/src/lib/merchant_api_tip_pickup2.c index 8009687b..1f12b3fc 100644 --- a/src/lib/merchant_api_tip_pickup2.c +++ b/src/lib/merchant_api_tip_pickup2.c @@ -156,7 +156,7 @@ check_ok (struct TALER_MERCHANT_TipPickup2Handle *tpo, * * @param cls the `struct TALER_MERCHANT_TipPickupHandle` * @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_pickup_finished (void *cls, -- cgit v1.2.3