summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_delete_reserve.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 12:20:44 +0200
committerMS <ms@taler.net>2020-10-15 13:05:26 +0200
commit42682207973f59f4ca87cb98bf870c0951ca6a0b (patch)
tree12e369849abd998c60f0b6104ee117018f35d457 /src/lib/merchant_api_delete_reserve.c
parent3ac2a749793b9d2e1791213651d3a0a5dcb751c8 (diff)
downloadmerchant-42682207973f59f4ca87cb98bf870c0951ca6a0b.tar.gz
merchant-42682207973f59f4ca87cb98bf870c0951ca6a0b.tar.bz2
merchant-42682207973f59f4ca87cb98bf870c0951ca6a0b.zip
Doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_delete_reserve.c')
-rw-r--r--src/lib/merchant_api_delete_reserve.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/merchant_api_delete_reserve.c b/src/lib/merchant_api_delete_reserve.c
index c46d8ace..22c0aa5c 100644
--- a/src/lib/merchant_api_delete_reserve.c
+++ b/src/lib/merchant_api_delete_reserve.c
@@ -70,7 +70,7 @@ struct TALER_MERCHANT_ReserveDeleteHandle
*
* @param cls the `struct TALER_MERCHANT_InstanceDeleteHandle`
* @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_delete_reserve_finished (void *cls,
@@ -115,9 +115,8 @@ handle_delete_reserve_finished (void *cls,
* @param backend_url HTTP base URL for the backend
* @param instance_id which instance should be deleted
* @param purge purge instead of just deleting
- * @param instances_cb function to call with the
- * backend's return
- * @param instances_cb_cls closure for @a config_cb
+ * @param cb function to call with the backend's return
+ * @param cb_cls closure for @a config_cb
* @return the instances handle; NULL upon error
*/
static struct TALER_MERCHANT_ReserveDeleteHandle *