commit deb427412b5b4229590b91548d66f64e3f69f15b
parent e7bc857d639e8e830f6832983dacf44c430e8dc2
Author: MS <ms@taler.net>
Date: Thu, 15 Oct 2020 13:24:24 +0200
Doxygen fixes
Diffstat:
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
@@ -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
@@ -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,