From f26664f65653a2295ce6f51316c7cf3d8a88c283 Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 15 Oct 2020 12:27:05 +0200 Subject: Doxygen fixes --- src/lib/merchant_api_get_reserve.c | 2 +- src/lib/merchant_api_get_reserves.c | 2 +- src/lib/merchant_api_get_tips.c | 2 +- src/lib/merchant_api_get_transfers.c | 2 +- src/lib/merchant_api_lock_product.c | 2 +- src/lib/merchant_api_merchant_get_order.c | 2 +- src/lib/merchant_api_merchant_get_tip.c | 2 +- src/lib/merchant_api_patch_instance.c | 2 +- src/lib/merchant_api_patch_order_forget.c | 2 +- src/lib/merchant_api_patch_product.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/lib/merchant_api_get_reserve.c b/src/lib/merchant_api_get_reserve.c index 1145d57a..31f241d8 100644 --- a/src/lib/merchant_api_get_reserve.c +++ b/src/lib/merchant_api_get_reserve.c @@ -70,7 +70,7 @@ struct TALER_MERCHANT_ReserveGetHandle * * @param cls the `struct TALER_MERCHANT_ReserveGetHandle` * @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_reserve_get_finished (void *cls, diff --git a/src/lib/merchant_api_get_reserves.c b/src/lib/merchant_api_get_reserves.c index 0dea6f52..b64d76d6 100644 --- a/src/lib/merchant_api_get_reserves.c +++ b/src/lib/merchant_api_get_reserves.c @@ -70,7 +70,7 @@ struct TALER_MERCHANT_ReservesGetHandle * * @param cls the `struct TALER_MERCHANT_ReservesGetHandle` * @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_reserves_get_finished (void *cls, diff --git a/src/lib/merchant_api_get_tips.c b/src/lib/merchant_api_get_tips.c index eb174f0b..ada15952 100644 --- a/src/lib/merchant_api_get_tips.c +++ b/src/lib/merchant_api_get_tips.c @@ -127,7 +127,7 @@ parse_tips (const json_t *ia, * * @param cls the `struct TALER_MERCHANT_TipsGetHandle` * @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_get_tips_finished (void *cls, diff --git a/src/lib/merchant_api_get_transfers.c b/src/lib/merchant_api_get_transfers.c index 95bd2d05..a9fc5fd1 100644 --- a/src/lib/merchant_api_get_transfers.c +++ b/src/lib/merchant_api_get_transfers.c @@ -70,7 +70,7 @@ struct TALER_MERCHANT_GetTransfersHandle * * @param cls the `struct TALER_MERCHANT_GetTransfersHandle` * @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_transfers_get_finished (void *cls, diff --git a/src/lib/merchant_api_lock_product.c b/src/lib/merchant_api_lock_product.c index eb6b9c19..fba0a029 100644 --- a/src/lib/merchant_api_lock_product.c +++ b/src/lib/merchant_api_lock_product.c @@ -77,7 +77,7 @@ struct TALER_MERCHANT_ProductLockHandle * * @param cls the `struct TALER_MERCHANT_ProductLockHandle` * @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_lock_product_finished (void *cls, diff --git a/src/lib/merchant_api_merchant_get_order.c b/src/lib/merchant_api_merchant_get_order.c index 007d4195..b09b39ee 100644 --- a/src/lib/merchant_api_merchant_get_order.c +++ b/src/lib/merchant_api_merchant_get_order.c @@ -355,7 +355,7 @@ handle_paid (struct TALER_MERCHANT_OrderMerchantGetHandle *omgh, * * @param cls the `struct TALER_MERCHANT_OrderMerchantGetHandle` * @param response_code HTTP response code, 0 on error - * @param json response body, should be NULL + * @param response response body, NULL if not in JSON */ static void handle_merchant_order_get_finished (void *cls, diff --git a/src/lib/merchant_api_merchant_get_tip.c b/src/lib/merchant_api_merchant_get_tip.c index 6efa1e54..deb6272c 100644 --- a/src/lib/merchant_api_merchant_get_tip.c +++ b/src/lib/merchant_api_merchant_get_tip.c @@ -124,7 +124,7 @@ parse_pickups (const json_t *pa, * * @param cls the `struct TALER_MERCHANT_TipMerchantGetHandle` * @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_merchant_tip_get_finished (void *cls, diff --git a/src/lib/merchant_api_patch_instance.c b/src/lib/merchant_api_patch_instance.c index 157714c4..d63aef71 100644 --- a/src/lib/merchant_api_patch_instance.c +++ b/src/lib/merchant_api_patch_instance.c @@ -77,7 +77,7 @@ struct TALER_MERCHANT_InstancePatchHandle * * @param cls the `struct TALER_MERCHANT_InstancePatchHandle` * @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_patch_instance_finished (void *cls, diff --git a/src/lib/merchant_api_patch_order_forget.c b/src/lib/merchant_api_patch_order_forget.c index a006c42d..1a7a6c64 100644 --- a/src/lib/merchant_api_patch_order_forget.c +++ b/src/lib/merchant_api_patch_order_forget.c @@ -77,7 +77,7 @@ struct TALER_MERCHANT_OrderForgetHandle * * @param cls the `struct TALER_MERCHANT_OrderForgetHandle` * @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_forget_finished (void *cls, diff --git a/src/lib/merchant_api_patch_product.c b/src/lib/merchant_api_patch_product.c index 3a9be15a..4d456c5a 100644 --- a/src/lib/merchant_api_patch_product.c +++ b/src/lib/merchant_api_patch_product.c @@ -77,7 +77,7 @@ struct TALER_MERCHANT_ProductPatchHandle * * @param cls the `struct TALER_MERCHANT_ProductPatchHandle` * @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_patch_product_finished (void *cls, -- cgit v1.2.3