gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] 08/08: Doxygen fixes


From: gnunet
Subject: [taler-merchant] 08/08: Doxygen fixes
Date: Thu, 15 Oct 2020 13:05:44 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository merchant.

commit f26664f65653a2295ce6f51316c7cf3d8a88c283
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 15 12:27:05 2020 +0200

    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(-)

diff --git a/src/lib/merchant_api_get_reserve.c 
b/src/lib/merchant_api_get_reserve.c
index 1145d57..31f241d 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 0dea6f5..b64d76d 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 eb174f0..ada1595 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 95bd2d0..a9fc5fd 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 eb6b9c1..fba0a02 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 007d419..b09b39e 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 6efa1e5..deb6272 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 157714c..d63aef7 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 a006c42..1a7a6c6 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 3a9be15..4d456c5 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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]