From 88ecba945e5d89bfda14f9a169201d303c1892c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Tue, 11 Jul 2023 09:06:28 +0200 Subject: -handle doxygen complaints --- src/testing/testing_api_cmd_auditor_exchanges.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/testing/testing_api_cmd_auditor_exchanges.c') diff --git a/src/testing/testing_api_cmd_auditor_exchanges.c b/src/testing/testing_api_cmd_auditor_exchanges.c index 29d3726ae..c554e5b84 100644 --- a/src/testing/testing_api_cmd_auditor_exchanges.c +++ b/src/testing/testing_api_cmd_auditor_exchanges.c @@ -120,10 +120,8 @@ do_retry (void *cls) /** * Callback to analyze the /exchanges response. * - * @param cls closure. - * @param hr HTTP response details - * @param num_exchanges length of the @a ei array - * @param ei array with information about the exchanges + * @param cls closure of type struct ExchangesState* + * @param ler Response to the GET /exchanges request */ static void exchanges_cb (void *cls, -- cgit v1.2.3