gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: more doxygen fixes


From: gnunet
Subject: [taler-exchange] branch master updated: more doxygen fixes
Date: Fri, 23 Apr 2021 23:39:09 +0200

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 a140c114 more doxygen fixes
a140c114 is described below

commit a140c114d3b3109d7f288be3c21164f490348d44
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Apr 23 23:39:07 2021 +0200

    more doxygen fixes
---
 doc/doxygen/taler.doxy                | 1 -
 src/include/taler_exchange_service.h  | 3 ---
 src/include/taler_exchangedb_plugin.h | 3 +--
 3 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy
index d3647513..0afe3b1d 100644
--- a/doc/doxygen/taler.doxy
+++ b/doc/doxygen/taler.doxy
@@ -177,7 +177,6 @@ VERBATIM_HEADERS       = YES
 # configuration options related to the alphabetical class index
 #---------------------------------------------------------------------------
 ALPHABETICAL_INDEX     = YES
-COLS_IN_ALPHA_INDEX    = 3
 IGNORE_PREFIX          = TALER_
 #---------------------------------------------------------------------------
 # configuration options related to the HTML output
diff --git a/src/include/taler_exchange_service.h 
b/src/include/taler_exchange_service.h
index 5789e23d..df0a6938 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -1847,9 +1847,6 @@ struct TALER_EXCHANGE_RecoupHandle;
  *
  * @param cls closure
  * @param hr HTTP response data
- * @param amount amount the exchange will wire back for this coin,
- *        on error the total balance remaining, or NULL
- * @param timestamp what time did the exchange receive the /recoup request
  * @param reserve_pub public key of the reserve receiving the recoup, NULL if 
refreshed or on error
  * @param old_coin_pub public key of the dirty coin, NULL if not refreshed or 
on error
  */
diff --git a/src/include/taler_exchangedb_plugin.h 
b/src/include/taler_exchangedb_plugin.h
index 17717793..686edb86 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -1625,7 +1625,6 @@ struct TALER_EXCHANGEDB_RefreshRevealedCoin
  * Function called with information about a refresh order.
  *
  * @param cls closure
- * @param rowid unique serial ID for the row in our database
  * @param num_freshcoins size of the @a rrcs array
  * @param rrcs array of @a num_freshcoins information about coins to be created
  * @param num_tprivs number of entries in @a tprivs, should be 
#TALER_CNC_KAPPA - 1
@@ -1976,7 +1975,7 @@ typedef enum GNUNET_DB_QueryStatus
  * @param coin information about the coin
  * @param coin_sig signature of the coin of type 
#TALER_SIGNATURE_WALLET_COIN_RECOUP
  * @param coin_blind blinding key of the coin
- * @param h_blind_ev blinded envelope, as calculated by the exchange
+ * @param h_blinded_ev blinded envelope, as calculated by the exchange
  * @param amount total amount to be paid back
  */
 typedef void

-- 
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]