gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 01/03: more doxygen fixes


From: gnunet
Subject: [taler-merchant] 01/03: more doxygen fixes
Date: Fri, 23 Apr 2021 23:43:41 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit 65679c3363d02b94a31dd1f637eb818d80c87289
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Apr 23 23:41:26 2021 +0200

    more doxygen fixes
---
 doc/doxygen/taler.doxy               |  1 -
 src/include/taler_merchant_service.h | 11 ++++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy
index fc7b0e82..d950911d 100644
--- a/doc/doxygen/taler.doxy
+++ b/doc/doxygen/taler.doxy
@@ -177,7 +177,6 @@ VERBATIM_HEADERS       = YES
 # configuration options related to the alphabetical class index
 #---------------------------------------------------------------------------
 ALPHABETICAL_INDEX     = YES
-COLS_IN_ALPHA_INDEX    = 3
 IGNORE_PREFIX          = TALER_
 #---------------------------------------------------------------------------
 # configuration options related to the HTML output
diff --git a/src/include/taler_merchant_service.h 
b/src/include/taler_merchant_service.h
index 471da35a..d71100b6 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -1607,7 +1607,7 @@ struct TALER_MERCHANT_OrderWalletGetHandle;
  * @param refund_pending #GNUNET_YES if there are refunds waiting to be
  *        obtained, #GNUNET_NO if all refunds have been obtained, 
#GNUNET_SYSERR
  *        on error.
- * @param refunded_amount amount that was refunded, NULL if there
+ * @param refund_amount amount that was refunded, NULL if there
  *        was no refund
  * @param taler_pay_uri the URI that instructs the wallets to process
  *                      the payment
@@ -2543,8 +2543,7 @@ struct TALER_MERCHANT_OrderRefundHandle;
  * Callback to process a POST /orders/ID/refund request
  *
  * @param cls closure
- * @param http_status HTTP status code for this request
- * @param ec taler-specific error code
+ * @param hr HTTP response details this request
  * @param taler_refund_uri the refund uri offered to the wallet
  * @param h_contract hash of the contract a Browser may need to authorize
  *        obtaining the HTTP response.
@@ -2639,8 +2638,10 @@ struct TALER_MERCHANT_RefundDetail
  * Callback to process a (public) POST /orders/ID/refund request
  *
  * @param cls closure
- * @param http_status HTTP status code for this request
- * @param ec taler-specific error code
+ * @param hr HTTP response details
+ * @param merchant_pub public key of the merchant signing the @a refunds
+ * @param refunds array with details about the refunds obtained
+ * @param refunds_length length of the @a refunds array
  */
 typedef void
 (*TALER_MERCHANT_WalletRefundCallback) (

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