aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_auditor_exchanges.c
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-07-11 09:06:28 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-07-11 09:06:28 +0200
commit88ecba945e5d89bfda14f9a169201d303c1892c6 (patch)
treeea9776a7e37ca6149871b89de3955717c49722bb /src/testing/testing_api_cmd_auditor_exchanges.c
parent43d5e5707c912509f3678aca52e89231914a73e7 (diff)
downloadexchange-88ecba945e5d89bfda14f9a169201d303c1892c6.tar.xz
-handle doxygen complaints
Diffstat (limited to 'src/testing/testing_api_cmd_auditor_exchanges.c')
-rw-r--r--src/testing/testing_api_cmd_auditor_exchanges.c6
1 files changed, 2 insertions, 4 deletions
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,