summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 13:21:44 +0200
committerMS <ms@taler.net>2020-10-15 13:21:44 +0200
commite7bc857d639e8e830f6832983dacf44c430e8dc2 (patch)
treed0217caf120fd7ce20daa0bb7ad8278a066a619f /src/lib
parentb35f494cafdc4414d312fc4b66077b7ded888b0f (diff)
downloadmerchant-e7bc857d639e8e830f6832983dacf44c430e8dc2.tar.gz
merchant-e7bc857d639e8e830f6832983dacf44c430e8dc2.tar.bz2
merchant-e7bc857d639e8e830f6832983dacf44c430e8dc2.zip
Doxygen fixes
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/merchant_api_tip_authorize.c2
-rw-r--r--src/lib/merchant_api_wallet_get_order.c2
-rw-r--r--src/lib/merchant_api_wallet_get_tip.c2
-rw-r--r--src/lib/merchant_api_wallet_post_order_refund.c2
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 d645015c..2418ff2d 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 3e115850..1866fc66 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 0b953963..df454006 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 43efe53f..311a577a 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,