diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-23 23:41:26 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-23 23:43:07 +0200 |
commit | 65679c3363d02b94a31dd1f637eb818d80c87289 (patch) | |
tree | f0527000c32b4a6fe53edf722f82c00cfffdd85a | |
parent | e7ab678e50cd9569b21dcc0d3864bb1cd539a6f0 (diff) |
more doxygen fixes
-rw-r--r-- | doc/doxygen/taler.doxy | 1 | ||||
-rw-r--r-- | 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) ( |