gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -doxygen


From: gnunet
Subject: [taler-exchange] branch master updated: -doxygen
Date: Wed, 02 Nov 2022 14:43:00 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 2e3460b4 -doxygen
2e3460b4 is described below

commit 2e3460b46042e659932f4dba7db497040f517dd0
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Nov 2 14:42:56 2022 +0100

    -doxygen
---
 contrib/gana                                     | 2 +-
 src/auditor/taler-helper-auditor-purses.c        | 2 ++
 src/auditor/taler-helper-auditor-reserves.c      | 2 ++
 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 +-
 src/include/taler_exchangedb_plugin.h            | 1 +
 8 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index 9657bf77..2b89e6cc 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 9657bf77de05c0ac17ff39629306a604066b21de
+Subproject commit 2b89e6cc727a605351dcf7ddc80c52b0200376b8
diff --git a/src/auditor/taler-helper-auditor-purses.c 
b/src/auditor/taler-helper-auditor-purses.c
index 7a011d3b..0136a9ec 100644
--- a/src/auditor/taler-helper-auditor-purses.c
+++ b/src/auditor/taler-helper-auditor-purses.c
@@ -433,8 +433,10 @@ setup_purse (struct PurseContext *pc,
  * Function called on purse requests.
  *
  * @param cls closure
+ * @param rowid which row in the database was the request stored in
  * @param purse_pub public key of the purse
  * @param merge_pub public key representing the merge capability
+ * @param purse_creation when was the purse created
  * @param purse_expiration when would an unmerged purse expire
  * @param h_contract_terms contract associated with the purse
  * @param age_limit the age limit for deposits into the purse
diff --git a/src/auditor/taler-helper-auditor-reserves.c 
b/src/auditor/taler-helper-auditor-reserves.c
index a4041c99..521107b5 100644
--- a/src/auditor/taler-helper-auditor-reserves.c
+++ b/src/auditor/taler-helper-auditor-reserves.c
@@ -1228,6 +1228,8 @@ handle_account_merged (
  * @param cls closure
  * @param rowid unique serial ID for the refund in our DB
  * @param purse_pub public key of the purse
+ * @param reserve_pub which reserve is the purse credited to
+ * @param purse_value what is the target value of the purse
  * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop
  */
 static enum GNUNET_GenericReturnValue
diff --git a/src/auditordb/pg_get_deposit_confirmations.c 
b/src/auditordb/pg_get_deposit_confirmations.c
index ed8a60fb..db65ba27 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 15949fd9..925e6a85 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 <http://www.gnu.org/licenses/>
  */
 /**
- * @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 964c0192..0ea849dc 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 efeb81b1..c6e8550e 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.
  *
diff --git a/src/include/taler_exchangedb_plugin.h 
b/src/include/taler_exchangedb_plugin.h
index 706a2d5a..9640e052 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -3012,6 +3012,7 @@ typedef void
  * Function called on purse requests.
  *
  * @param cls closure
+ * @param rowid purse request table row of the purse
  * @param purse_pub public key of the purse
  * @param merge_pub public key representing the merge capability
  * @param purse_creation when was the purse created?

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]