From d1642d0fd0937d87a56914263361dc5985da0247 Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 13 Oct 2020 12:18:53 +0200 Subject: doxygen fixes --- src/lib/merchant_api_get_instances.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/lib/merchant_api_get_instances.c') diff --git a/src/lib/merchant_api_get_instances.c b/src/lib/merchant_api_get_instances.c index e7fbc1b6..b7a82405 100644 --- a/src/lib/merchant_api_get_instances.c +++ b/src/lib/merchant_api_get_instances.c @@ -223,18 +223,6 @@ handle_instances_finished (void *cls, } -/** - * Get the instance data of a backend. Will connect to the merchant backend - * and obtain information about the instances. The respective information will - * be passed to the @a instances_cb once available. - * - * @param ctx the context - * @param backend_url HTTP base URL for the backend - * @param instances_cb function to call with the - * backend's instances information - * @param instances_cb_cls closure for @a config_cb - * @return the instances handle; NULL upon error - */ struct TALER_MERCHANT_InstancesGetHandle * TALER_MERCHANT_instances_get (struct GNUNET_CURL_Context *ctx, const char *backend_url, @@ -274,12 +262,6 @@ TALER_MERCHANT_instances_get (struct GNUNET_CURL_Context *ctx, } -/** - * Cancel /instances request. Must not be called by clients after - * the callback was invoked. - * - * @param igh request to cancel. - */ void TALER_MERCHANT_instances_get_cancel ( struct TALER_MERCHANT_InstancesGetHandle *igh) -- cgit v1.2.3