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:21:49 +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 e7bc857  Doxygen fixes
e7bc857 is described below

commit e7bc857d639e8e830f6832983dacf44c430e8dc2
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 15 13:21:44 2020 +0200

    Doxygen fixes
---
 src/lib/merchant_api_tip_authorize.c            | 2 +-
 src/lib/merchant_api_wallet_get_order.c         | 2 +-
 src/lib/merchant_api_wallet_get_tip.c           | 2 +-
 src/lib/merchant_api_wallet_post_order_refund.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/merchant_api_tip_authorize.c 
b/src/lib/merchant_api_tip_authorize.c
index d645015..2418ff2 100644
--- a/src/lib/merchant_api_tip_authorize.c
+++ b/src/lib/merchant_api_tip_authorize.c
@@ -132,7 +132,7 @@ check_ok (struct TALER_MERCHANT_TipAuthorizeHandle *tao,
  *
  * @param cls the `struct TALER_MERCHANT_TipAuthorizeHandle`
  * @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_authorize_finished (void *cls,
diff --git a/src/lib/merchant_api_wallet_get_order.c 
b/src/lib/merchant_api_wallet_get_order.c
index 3e11585..1866fc6 100644
--- a/src/lib/merchant_api_wallet_get_order.c
+++ b/src/lib/merchant_api_wallet_get_order.c
@@ -99,7 +99,7 @@ cb_failure (struct TALER_MERCHANT_OrderWalletGetHandle *owgh,
  *
  * @param cls the `struct TALER_MERCHANT_OrderWalletGetHandle`
  * @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_wallet_get_order_finished (void *cls,
diff --git a/src/lib/merchant_api_wallet_get_tip.c 
b/src/lib/merchant_api_wallet_get_tip.c
index 0b95396..df45400 100644
--- a/src/lib/merchant_api_wallet_get_tip.c
+++ b/src/lib/merchant_api_wallet_get_tip.c
@@ -69,7 +69,7 @@ struct TALER_MERCHANT_TipWalletGetHandle
  *
  * @param cls the `struct TALER_MERCHANT_TipGetHandle`
  * @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_wallet_tip_get_finished (void *cls,
diff --git a/src/lib/merchant_api_wallet_post_order_refund.c 
b/src/lib/merchant_api_wallet_post_order_refund.c
index 43efe53..311a577 100644
--- a/src/lib/merchant_api_wallet_post_order_refund.c
+++ b/src/lib/merchant_api_wallet_post_order_refund.c
@@ -100,7 +100,7 @@ cb_failure (struct TALER_MERCHANT_WalletOrderRefundHandle 
*orh,
  *
  * @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,

-- 
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]