summaryrefslogtreecommitdiff
path: root/src
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
parent3ac2a749793b9d2e1791213651d3a0a5dcb751c8 (diff)
downloadmerchant-42682207973f59f4ca87cb98bf870c0951ca6a0b.tar.gz
merchant-42682207973f59f4ca87cb98bf870c0951ca6a0b.tar.bz2
merchant-42682207973f59f4ca87cb98bf870c0951ca6a0b.zip
Doxygen fixes
Diffstat (limited to 'src')
-rw-r--r--src/lib/merchant_api_delete_instance.c4
-rw-r--r--src/lib/merchant_api_delete_order.c2
-rw-r--r--src/lib/merchant_api_delete_product.c2
-rw-r--r--src/lib/merchant_api_delete_reserve.c7
-rw-r--r--src/lib/merchant_api_get_config.c2
-rw-r--r--src/lib/merchant_api_get_instance.c2
-rw-r--r--src/lib/merchant_api_get_instances.c2
-rw-r--r--src/lib/merchant_api_get_orders.c2
-rw-r--r--src/lib/merchant_api_get_product.c2
-rw-r--r--src/lib/merchant_api_get_products.c2
10 files changed, 13 insertions, 14 deletions
diff --git a/src/lib/merchant_api_delete_instance.c b/src/lib/merchant_api_delete_instance.c
index 7dab16d5..03b376ee 100644
--- a/src/lib/merchant_api_delete_instance.c
+++ b/src/lib/merchant_api_delete_instance.c
@@ -116,9 +116,9 @@ handle_delete_instance_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
+ * @param cb function to call with the
* backend's return
- * @param instances_cb_cls closure for @a config_cb
+ * @param cb_cls closure for @a config_cb
* @return the instances handle; NULL upon error
*/
static struct TALER_MERCHANT_InstanceDeleteHandle *
diff --git a/src/lib/merchant_api_delete_order.c b/src/lib/merchant_api_delete_order.c
index 40f4f950..4651fcf7 100644
--- a/src/lib/merchant_api_delete_order.c
+++ b/src/lib/merchant_api_delete_order.c
@@ -67,7 +67,7 @@ struct TALER_MERCHANT_OrderDeleteHandle
*
* @param cls the `struct TALER_MERCHANT_OrderDeleteHandle`
* @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_order_finished (void *cls,
diff --git a/src/lib/merchant_api_delete_product.c b/src/lib/merchant_api_delete_product.c
index def4de79..196ec09d 100644
--- a/src/lib/merchant_api_delete_product.c
+++ b/src/lib/merchant_api_delete_product.c
@@ -69,7 +69,7 @@ struct TALER_MERCHANT_ProductDeleteHandle
*
* @param cls the `struct TALER_MERCHANT_ProductDeleteHandle`
* @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_product_finished (void *cls,
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 *
diff --git a/src/lib/merchant_api_get_config.c b/src/lib/merchant_api_get_config.c
index 022364d9..bbf19329 100644
--- a/src/lib/merchant_api_get_config.c
+++ b/src/lib/merchant_api_get_config.c
@@ -80,7 +80,7 @@ struct TALER_MERCHANT_ConfigGetHandle
*
* @param cls the `struct TALER_MERCHANT_ConfigGetHandle`
* @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_config_finished (void *cls,
diff --git a/src/lib/merchant_api_get_instance.c b/src/lib/merchant_api_get_instance.c
index 4ba3c865..35250bf6 100644
--- a/src/lib/merchant_api_get_instance.c
+++ b/src/lib/merchant_api_get_instance.c
@@ -69,7 +69,7 @@ struct TALER_MERCHANT_InstanceGetHandle
*
* @param cls the `struct TALER_MERCHANT_InstanceGetHandle`
* @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_get_instance_finished (void *cls,
diff --git a/src/lib/merchant_api_get_instances.c b/src/lib/merchant_api_get_instances.c
index b7a82405..ba2e5608 100644
--- a/src/lib/merchant_api_get_instances.c
+++ b/src/lib/merchant_api_get_instances.c
@@ -148,7 +148,7 @@ parse_instances (const json_t *ia,
*
* @param cls the `struct TALER_MERCHANT_InstancesGetHandle`
* @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_instances_finished (void *cls,
diff --git a/src/lib/merchant_api_get_orders.c b/src/lib/merchant_api_get_orders.c
index 11be14d9..ef853983 100644
--- a/src/lib/merchant_api_get_orders.c
+++ b/src/lib/merchant_api_get_orders.c
@@ -135,7 +135,7 @@ parse_orders (const json_t *ia,
*
* @param cls the `struct TALER_MERCHANT_OrdersGetHandle`
* @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_get_orders_finished (void *cls,
diff --git a/src/lib/merchant_api_get_product.c b/src/lib/merchant_api_get_product.c
index e1c50168..076a694a 100644
--- a/src/lib/merchant_api_get_product.c
+++ b/src/lib/merchant_api_get_product.c
@@ -69,7 +69,7 @@ struct TALER_MERCHANT_ProductGetHandle
*
* @param cls the `struct TALER_MERCHANT_ProductGetHandle`
* @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_get_product_finished (void *cls,
diff --git a/src/lib/merchant_api_get_products.c b/src/lib/merchant_api_get_products.c
index 7a743209..47d45009 100644
--- a/src/lib/merchant_api_get_products.c
+++ b/src/lib/merchant_api_get_products.c
@@ -123,7 +123,7 @@ parse_products (const json_t *ia,
*
* @param cls the `struct TALER_MERCHANT_ProductsGetHandle`
* @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_get_products_finished (void *cls,