summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 12:27:05 +0200
committerMS <ms@taler.net>2020-10-15 13:05:26 +0200
commitf26664f65653a2295ce6f51316c7cf3d8a88c283 (patch)
tree8ca9d8802dfd73df92f91efa2e685649cacd089a /src
parent42682207973f59f4ca87cb98bf870c0951ca6a0b (diff)
downloadmerchant-f26664f65653a2295ce6f51316c7cf3d8a88c283.tar.gz
merchant-f26664f65653a2295ce6f51316c7cf3d8a88c283.tar.bz2
merchant-f26664f65653a2295ce6f51316c7cf3d8a88c283.zip
Doxygen fixes
Diffstat (limited to 'src')
-rw-r--r--src/lib/merchant_api_get_reserve.c2
-rw-r--r--src/lib/merchant_api_get_reserves.c2
-rw-r--r--src/lib/merchant_api_get_tips.c2
-rw-r--r--src/lib/merchant_api_get_transfers.c2
-rw-r--r--src/lib/merchant_api_lock_product.c2
-rw-r--r--src/lib/merchant_api_merchant_get_order.c2
-rw-r--r--src/lib/merchant_api_merchant_get_tip.c2
-rw-r--r--src/lib/merchant_api_patch_instance.c2
-rw-r--r--src/lib/merchant_api_patch_order_forget.c2
-rw-r--r--src/lib/merchant_api_patch_product.c2
10 files changed, 10 insertions, 10 deletions
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,