aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-09-16 21:13:53 +0200
committerChristian Grothoff <christian@grothoff.org>2024-09-16 21:14:01 +0200
commit560dae22bf52b459dd621fd734074d76ac374bbe (patch)
tree2aea9d9fefac21b471393125f5ad30d734de459b
parent81e5b662d7bf8fb1d3137af1f6c53970ea23b0ec (diff)
fix doxygen
-rw-r--r--src/auditor/taler-auditor-httpd_closure-lags-get.c1
-rw-r--r--src/include/taler_auditordb_plugin.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/auditor/taler-auditor-httpd_closure-lags-get.c b/src/auditor/taler-auditor-httpd_closure-lags-get.c
index 2d9016437..4925a9253 100644
--- a/src/auditor/taler-auditor-httpd_closure-lags-get.c
+++ b/src/auditor/taler-auditor-httpd_closure-lags-get.c
@@ -29,7 +29,6 @@
* Add closure-lags to the list.
*
* @param[in,out] cls a `json_t *` array to extend
- * @param serial_id location of the @a dc in the database
* @param dc struct of inconsistencies
* @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating
*/
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h
index 572ae07cc..94c2f34eb 100644
--- a/src/include/taler_auditordb_plugin.h
+++ b/src/include/taler_auditordb_plugin.h
@@ -814,7 +814,6 @@ struct TALER_AUDITORDB_ReserveNotClosedInconsistency
* the auditor's database.
*
* @param cls closure
- * @param serial_id location of the @a dc in the database
* @param dc the deposit confirmation itself
* @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating
*/