commit 31307720181bbaf0a420f93043e9765b7f217119
parent fa5995ed438869db7e52f3437c01fb98782bbf62
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 15 Sep 2024 09:55:05 +0200
-doxygen fixes
Diffstat:
3 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-get.c b/src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-get.c
@@ -29,7 +29,6 @@
* Add misattribution-in-inconsistency 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/auditordb/pg_get_progress_points.c b/src/auditordb/pg_get_progress_points.c
@@ -52,7 +52,7 @@ struct ProgressContext
/**
- * Helper function for #TAH_PG_get_progress().
+ * Helper function for #TAH_PG_get_progress_points().
* To be called with the results of a SELECT statement
* that has returned @a num_results results.
*
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h
@@ -478,7 +478,6 @@ typedef enum GNUNET_GenericReturnValue
* the auditor's database.
*
* @param cls closure
- * @param serial_id location of the @a dc in the database
* @param dc the structure itself
* @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating
*/
@@ -492,7 +491,6 @@ typedef enum GNUNET_GenericReturnValue
* the auditor's database.
*
* @param cls closure
- * @param serial_id location of the @a dc in the database
* @param dc the structure itself
* @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating
*/
@@ -520,7 +518,6 @@ typedef enum GNUNET_GenericReturnValue
* the auditor's database.
*
* @param cls closure
- * @param serial_id location of the @a dc in the database
* @param dc the structure itself
* @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating
*/