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_config.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/lib/merchant_api_get_config.c') diff --git a/src/lib/merchant_api_get_config.c b/src/lib/merchant_api_get_config.c index f24b089a..022364d9 100644 --- a/src/lib/merchant_api_get_config.c +++ b/src/lib/merchant_api_get_config.c @@ -179,18 +179,6 @@ handle_config_finished (void *cls, } -/** - * Get the config data of a merchant. Will connect to the merchant backend - * and obtain information about the backend. The respective information will - * be passed to the @a config_cb once available. - * - * @param ctx the context - * @param backend_url HTTP base URL for the backend - * @param config_cb function to call with the - * backend's config information - * @param config_cb_cls closure for @a config_cb - * @return the config check handle; NULL upon error - */ struct TALER_MERCHANT_ConfigGetHandle * TALER_MERCHANT_config_get (struct GNUNET_CURL_Context *ctx, const char *backend_url, @@ -231,12 +219,6 @@ TALER_MERCHANT_config_get (struct GNUNET_CURL_Context *ctx, } -/** - * Cancel /config request. Must not be called by clients after - * the callback was invoked. - * - * @param vgh request to cancel. - */ void TALER_MERCHANT_config_get_cancel (struct TALER_MERCHANT_ConfigGetHandle *vgh) { -- cgit v1.2.3