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: Sat, 18 Jan 2020 14:16:43 +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 5146d62b doxygen
5146d62b is described below

commit 5146d62b14e7d4c14da6fe5c891ce27232082cbd
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jan 18 14:16:40 2020 +0100

    doxygen
---
 src/include/taler_crypto_lib.h | 2 +-
 src/pq/pq_result_helper.c      | 6 +++---
 src/util/crypto.c              | 2 +-
 src/util/util.c                | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index eedeec21..2a4b0ca8 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -721,7 +721,7 @@ struct TALER_RefreshCommitmentEntry
  * @param[out] rc set to the value the wallet must commit to
  * @param kappa number of transfer public keys involved (must be 
#TALER_CNC_KAPPA)
  * @param num_new_coins number of new coins to be created
- * @param commitments array of @a kappa commitments
+ * @param rcs array of @a kappa commitments
  * @param coin_pub public key of the coin to be melted
  * @param amount_with_fee amount to be melted, including fee
  */
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c
index b3977d73..137abd67 100644
--- a/src/pq/pq_result_helper.c
+++ b/src/pq/pq_result_helper.c
@@ -29,9 +29,9 @@
  *
  * @param result the result to extract the amount from
  * @param row which row of the result to extract the amount from (needed as 
results can have multiple rows)
+ * @param currency currency to use for @a r_amount_nbo
  * @param val_name name of the column with the amount's "value", must include 
the substring "_val".
  * @param frac_name name of the column with the amount's "fractional" value, 
must include the substring "_frac".
- * @param curr_name name of the column with the amount's currency name, must 
include the substring "_curr".
  * @param[out] r_amount_nbo where to store the amount, in network byte order
  * @return
  *   #GNUNET_YES if all results could be extracted
@@ -376,7 +376,7 @@ TALER_PQ_result_spec_json (const char *name,
  *
  * @param cls closure
  * @param result where to extract data from
- * @param int row to extract data from
+ * @param row the row to extract data from
  * @param fname name (or prefix) of the fields to extract from
  * @param[in,out] dst_size where to store size of result, may be NULL
  * @param[out] dst where to store the result
@@ -459,7 +459,7 @@ TALER_PQ_result_spec_absolute_time (const char *name,
  *
  * @param cls closure
  * @param result where to extract data from
- * @param int row to extract data from
+ * @param row the row to extract data from
  * @param fname name (or prefix) of the fields to extract from
  * @param[in,out] dst_size where to store size of result, may be NULL
  * @param[out] dst where to store the result
diff --git a/src/util/crypto.c b/src/util/crypto.c
index cf351d3f..9fe08984 100644
--- a/src/util/crypto.c
+++ b/src/util/crypto.c
@@ -313,7 +313,7 @@ TALER_planchet_to_coin (const struct 
TALER_DenominationPublicKey *dk,
  * @param[out] rc set to the value the wallet must commit to
  * @param kappa number of transfer public keys involved (must be 
#TALER_CNC_KAPPA)
  * @param num_new_coins number of new coins to be created
- * @param commitments array of @a kappa commitments
+ * @param rcs commitments array of @a kappa commitments
  * @param coin_pub public key of the coin to be melted
  * @param amount_with_fee amount to be melted, including fee
  */
diff --git a/src/util/util.c b/src/util/util.c
index 84f774d1..fa0a71f6 100644
--- a/src/util/util.c
+++ b/src/util/util.c
@@ -418,7 +418,7 @@ TALER_url_absolute_raw_va (const char *proto,
  * @param host hostname for the URL
  * @param prefix prefix for the URL
  * @param path path for the URL
- * @param args NULL-terminated key-value pairs (char *) for query parameters,
+ * @param ... NULL-terminated key-value pairs (char *) for query parameters,
  *        the value will be url-encoded
  * @returns the URL, must be freed with #GNUNET_free
  */

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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