summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_coins_history.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-11-28 11:39:18 +0900
committerChristian Grothoff <grothoff@gnunet.org>2023-11-28 11:39:18 +0900
commit35d52699018a62851ba1420715d4bec3818a190a (patch)
tree7a84936c83a09bdb27fe50c130e9a2f2161d843a /src/lib/exchange_api_coins_history.c
parentf7661b0c1f74cd1955e7a8de22dda1fecff2a2de (diff)
downloadexchange-35d52699018a62851ba1420715d4bec3818a190a.tar.gz
exchange-35d52699018a62851ba1420715d4bec3818a190a.tar.bz2
exchange-35d52699018a62851ba1420715d4bec3818a190a.zip
-misc doxygen fixes
Diffstat (limited to 'src/lib/exchange_api_coins_history.c')
-rw-r--r--src/lib/exchange_api_coins_history.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/exchange_api_coins_history.c b/src/lib/exchange_api_coins_history.c
index 6981fad5a..0999e185e 100644
--- a/src/lib/exchange_api_coins_history.c
+++ b/src/lib/exchange_api_coins_history.c
@@ -130,6 +130,7 @@ typedef enum GNUNET_GenericReturnValue
* Handle deposit entry in the coin's history.
*
* @param[in,out] pc overall context
+ * @param[out] rh history entry to initialize
* @param amount main amount of this operation
* @param transaction JSON details for the operation
* @return #GNUNET_SYSERR on error,
@@ -226,6 +227,7 @@ help_deposit (struct CoinHistoryParseContext *pc,
* Handle melt entry in the coin's history.
*
* @param[in,out] pc overall context
+ * @param[out] rh history entry to initialize
* @param amount main amount of this operation
* @param transaction JSON details for the operation
* @return #GNUNET_SYSERR on error,
@@ -294,6 +296,7 @@ help_melt (struct CoinHistoryParseContext *pc,
* Handle refund entry in the coin's history.
*
* @param[in,out] pc overall context
+ * @param[out] rh history entry to initialize
* @param amount main amount of this operation
* @param transaction JSON details for the operation
* @return #GNUNET_SYSERR on error,
@@ -373,6 +376,7 @@ help_refund (struct CoinHistoryParseContext *pc,
* Handle recoup entry in the coin's history.
*
* @param[in,out] pc overall context
+ * @param[out] rh history entry to initialize
* @param amount main amount of this operation
* @param transaction JSON details for the operation
* @return #GNUNET_SYSERR on error,
@@ -439,6 +443,7 @@ help_recoup (struct CoinHistoryParseContext *pc,
* the value being credited to the old coin.
*
* @param[in,out] pc overall context
+ * @param[out] rh history entry to initialize
* @param amount main amount of this operation
* @param transaction JSON details for the operation
* @return #GNUNET_SYSERR on error,
@@ -505,6 +510,7 @@ help_recoup_refresh (struct CoinHistoryParseContext *pc,
* the value being credited to the this coin.
*
* @param[in,out] pc overall context
+ * @param[out] rh history entry to initialize
* @param amount main amount of this operation
* @param transaction JSON details for the operation
* @return #GNUNET_SYSERR on error,
@@ -556,6 +562,7 @@ help_old_coin_recoup (struct CoinHistoryParseContext *pc,
* Handle purse deposit entry in the coin's history.
*
* @param[in,out] pc overall context
+ * @param[out] rh history entry to initialize
* @param amount main amount of this operation
* @param transaction JSON details for the operation
* @return #GNUNET_SYSERR on error,
@@ -625,6 +632,7 @@ help_purse_deposit (struct CoinHistoryParseContext *pc,
* Handle purse refund entry in the coin's history.
*
* @param[in,out] pc overall context
+ * @param[out] rh history entry to initialize
* @param amount main amount of this operation
* @param transaction JSON details for the operation
* @return #GNUNET_SYSERR on error,
@@ -686,6 +694,7 @@ help_purse_refund (struct CoinHistoryParseContext *pc,
* Handle reserve deposit entry in the coin's history.
*
* @param[in,out] pc overall context
+ * @param[out] rh history entry to initialize
* @param amount main amount of this operation
* @param transaction JSON details for the operation
* @return #GNUNET_SYSERR on error,