gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: Doxygen fixes


From: gnunet
Subject: [taler-merchant] branch master updated: Doxygen fixes
Date: Thu, 15 Oct 2020 13:18:40 +0200

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

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new b35f494  Doxygen fixes
b35f494 is described below

commit b35f494cafdc4414d312fc4b66077b7ded888b0f
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 15 13:18:35 2020 +0200

    Doxygen fixes
---
 src/lib/merchant_api_post_instances.c    | 2 +-
 src/lib/merchant_api_post_order_abort.c  | 2 +-
 src/lib/merchant_api_post_order_claim.c  | 2 +-
 src/lib/merchant_api_post_order_paid.c   | 2 +-
 src/lib/merchant_api_post_order_pay.c    | 4 ++--
 src/lib/merchant_api_post_order_refund.c | 2 +-
 src/lib/merchant_api_post_orders.c       | 2 +-
 src/lib/merchant_api_post_products.c     | 2 +-
 src/lib/merchant_api_post_reserves.c     | 2 +-
 src/lib/merchant_api_post_transfers.c    | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/lib/merchant_api_post_instances.c 
b/src/lib/merchant_api_post_instances.c
index a46dce4..75de02c 100644
--- a/src/lib/merchant_api_post_instances.c
+++ b/src/lib/merchant_api_post_instances.c
@@ -77,7 +77,7 @@ struct TALER_MERCHANT_InstancesPostHandle
  *
  * @param cls the `struct TALER_MERCHANT_InstancesPostHandle`
  * @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_post_instances_finished (void *cls,
diff --git a/src/lib/merchant_api_post_order_abort.c 
b/src/lib/merchant_api_post_order_abort.c
index 31c589b..d8489d8 100644
--- a/src/lib/merchant_api_post_order_abort.c
+++ b/src/lib/merchant_api_post_order_abort.c
@@ -222,7 +222,7 @@ check_abort_refund (struct TALER_MERCHANT_OrderAbortHandle 
*oah,
  *
  * @param cls the `struct TALER_MERCHANT_OrderAbortHandle`
  * @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_abort_finished (void *cls,
diff --git a/src/lib/merchant_api_post_order_claim.c 
b/src/lib/merchant_api_post_order_claim.c
index 7b88784..1389d8e 100644
--- a/src/lib/merchant_api_post_order_claim.c
+++ b/src/lib/merchant_api_post_order_claim.c
@@ -77,7 +77,7 @@ struct TALER_MERCHANT_OrderClaimHandle
  *
  * @param cls the `struct TALER_MERCHANT_OrderClaimHandle`
  * @param response_code HTTP response code, 0 on error
- * @param json response body, should be NULL
+ * @param response response body, should be NULL
  */
 static void
 handle_post_order_claim_finished (void *cls,
diff --git a/src/lib/merchant_api_post_order_paid.c 
b/src/lib/merchant_api_post_order_paid.c
index 8d89d16..42f27cc 100644
--- a/src/lib/merchant_api_post_order_paid.c
+++ b/src/lib/merchant_api_post_order_paid.c
@@ -79,7 +79,7 @@ struct TALER_MERCHANT_OrderPaidHandle
  *
  * @param cls the `struct TALER_MERCHANT_OrderPaidHandle`
  * @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_paid_finished (void *cls,
diff --git a/src/lib/merchant_api_post_order_pay.c 
b/src/lib/merchant_api_post_order_pay.c
index a9abdfa..03ed366 100644
--- a/src/lib/merchant_api_post_order_pay.c
+++ b/src/lib/merchant_api_post_order_pay.c
@@ -168,7 +168,7 @@ check_coin_history (const struct TALER_MERCHANT_PaidCoin 
*pc,
  * coin was actually already spent!
  *
  * @param oph handle of the original pay operation
- * @param json cryptograophic proof returned by the
+ * @param response cryptograophic proof returned by the
  *        exchange/merchant
  * @return #GNUNET_OK if proof checks out
  */
@@ -235,7 +235,7 @@ check_conflict (struct TALER_MERCHANT_OrderPayHandle *oph,
  *
  * @param cls the `struct TALER_MERCHANT_Pay`
  * @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_pay_finished (void *cls,
diff --git a/src/lib/merchant_api_post_order_refund.c 
b/src/lib/merchant_api_post_order_refund.c
index 2fa1347..a67279a 100644
--- a/src/lib/merchant_api_post_order_refund.c
+++ b/src/lib/merchant_api_post_order_refund.c
@@ -74,7 +74,7 @@ struct TALER_MERCHANT_OrderRefundHandle
  *
  * @param cls the `struct TALER_MERCHANT_OrderRefundHandle`
  * @param response_code HTTP response code, 0 on error
- * @param json response body, NULL if not JSON
+ * @param response response body, NULL if not JSON
  */
 static void
 handle_refund_finished (void *cls,
diff --git a/src/lib/merchant_api_post_orders.c 
b/src/lib/merchant_api_post_orders.c
index 77b140d..baab8ac 100644
--- a/src/lib/merchant_api_post_orders.c
+++ b/src/lib/merchant_api_post_orders.c
@@ -78,7 +78,7 @@ struct TALER_MERCHANT_PostOrdersOperation
  *
  * @param cls the `struct TALER_MERCHANT_PostOrdersOperation`
  * @param response_code HTTP response code, 0 on error
- * @param json response body, NULL if not JSON
+ * @param response response body, NULL if not JSON
  */
 static void
 handle_post_order_finished (void *cls,
diff --git a/src/lib/merchant_api_post_products.c 
b/src/lib/merchant_api_post_products.c
index 32d11b3..fcfeb1b 100644
--- a/src/lib/merchant_api_post_products.c
+++ b/src/lib/merchant_api_post_products.c
@@ -77,7 +77,7 @@ struct TALER_MERCHANT_ProductsPostHandle
  *
  * @param cls the `struct TALER_MERCHANT_ProductsPostHandle`
  * @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_post_products_finished (void *cls,
diff --git a/src/lib/merchant_api_post_reserves.c 
b/src/lib/merchant_api_post_reserves.c
index 3de95c2..6876100 100644
--- a/src/lib/merchant_api_post_reserves.c
+++ b/src/lib/merchant_api_post_reserves.c
@@ -75,7 +75,7 @@ struct TALER_MERCHANT_PostReservesHandle
  *
  * @param cls the `struct TALER_MERCHANT_PostReservesHandle`
  * @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_post_reserves_finished (void *cls,
diff --git a/src/lib/merchant_api_post_transfers.c 
b/src/lib/merchant_api_post_transfers.c
index b8b5acc..ae288a8 100644
--- a/src/lib/merchant_api_post_transfers.c
+++ b/src/lib/merchant_api_post_transfers.c
@@ -75,7 +75,7 @@ struct TALER_MERCHANT_PostTransfersHandle
  *
  * @param cls the `struct TALER_MERCHANT_PostTransfersHandle`
  * @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_post_transfers_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]