From 2e3460b46042e659932f4dba7db497040f517dd0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 2 Nov 2022 14:42:56 +0100 Subject: -doxygen --- src/auditordb/pg_get_deposit_confirmations.c | 2 +- src/auditordb/pg_get_predicted_balance.h | 8 ++++---- src/auditordb/pg_list_exchanges.c | 2 +- src/auditordb/pg_select_historic_denom_revenue.c | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/auditordb') diff --git a/src/auditordb/pg_get_deposit_confirmations.c b/src/auditordb/pg_get_deposit_confirmations.c index ed8a60fb0..db65ba270 100644 --- a/src/auditordb/pg_get_deposit_confirmations.c +++ b/src/auditordb/pg_get_deposit_confirmations.c @@ -60,7 +60,7 @@ struct DepositConfirmationContext /** - * Helper function for #postgres_get_deposit_confirmations(). + * Helper function for #TEH_PG_get_deposit_confirmations(). * To be called with the results of a SELECT statement * that has returned @a num_results results. * diff --git a/src/auditordb/pg_get_predicted_balance.h b/src/auditordb/pg_get_predicted_balance.h index 15949fd9d..925e6a85b 100644 --- a/src/auditordb/pg_get_predicted_balance.h +++ b/src/auditordb/pg_get_predicted_balance.h @@ -14,12 +14,12 @@ TALER; see the file COPYING. If not, see */ /** - * @file pg_get_predicted_.h - * @brief implementation of the get_predicted_ function + * @file pg_get_predicted_balance.h + * @brief implementation of the get_predicted_balance function * @author Christian Grothoff */ -#ifndef PG_GET_PREDICTED__H -#define PG_GET_PREDICTED__H +#ifndef PG_GET_PREDICTED_BALANCE_H +#define PG_GET_PREDICTED_BALANCE_H #include "taler_util.h" #include "taler_json_lib.h" diff --git a/src/auditordb/pg_list_exchanges.c b/src/auditordb/pg_list_exchanges.c index 964c01925..0ea849dcf 100644 --- a/src/auditordb/pg_list_exchanges.c +++ b/src/auditordb/pg_list_exchanges.c @@ -50,7 +50,7 @@ struct ExchangeInfoContext /** - * Helper function for #postgres_list_exchanges(). + * Helper function for #TEH_PG_list_exchanges(). * To be called with the results of a SELECT statement * that has returned @a num_results results. * diff --git a/src/auditordb/pg_select_historic_denom_revenue.c b/src/auditordb/pg_select_historic_denom_revenue.c index efeb81b13..c6e8550ea 100644 --- a/src/auditordb/pg_select_historic_denom_revenue.c +++ b/src/auditordb/pg_select_historic_denom_revenue.c @@ -54,7 +54,7 @@ struct HistoricDenomRevenueContext /** - * Helper function for #postgres_select_historic_denom_revenue(). + * Helper function for #TEH_PG_select_historic_denom_revenue(). * To be called with the results of a SELECT statement * that has returned @a num_results results. * -- cgit v1.2.3