[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: doxygen fixes
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: doxygen fixes |
Date: |
Mon, 05 Feb 2024 20:28:42 +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 eac5c8b9 doxygen fixes
eac5c8b9 is described below
commit eac5c8b97e46a09359eb6065cb74ae28e0a48886
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 5 20:28:33 2024 +0100
doxygen fixes
---
src/bank-lib/fakebank_bank_post_withdrawals_id_op.c | 2 ++
src/bank-lib/fakebank_bank_post_withdrawals_id_op.h | 5 +++++
2 files changed, 7 insertions(+)
diff --git a/src/bank-lib/fakebank_bank_post_withdrawals_id_op.c
b/src/bank-lib/fakebank_bank_post_withdrawals_id_op.c
index 90493b4b..fe5cc982 100644
--- a/src/bank-lib/fakebank_bank_post_withdrawals_id_op.c
+++ b/src/bank-lib/fakebank_bank_post_withdrawals_id_op.c
@@ -39,6 +39,7 @@
*
* @param h our fakebank handle
* @param connection the connection
+ * @param account name of the account
* @param withdrawal_id the withdrawal operation identifier
* @return MHD result code
*/
@@ -140,6 +141,7 @@ bank_withdrawals_confirm (
*
* @param h our fakebank handle
* @param connection the connection
+ * @param account name of the account
* @param withdrawal_id the withdrawal operation identifier
* @return MHD result code
*/
diff --git a/src/bank-lib/fakebank_bank_post_withdrawals_id_op.h
b/src/bank-lib/fakebank_bank_post_withdrawals_id_op.h
index 52e9e796..a2d40e66 100644
--- a/src/bank-lib/fakebank_bank_post_withdrawals_id_op.h
+++ b/src/bank-lib/fakebank_bank_post_withdrawals_id_op.h
@@ -36,7 +36,12 @@
*
* @param h our fakebank handle
* @param connection the connection
+ * @param account name of the account
* @param withdrawal_id the withdrawal operation identifier
+ * @param op operation to be performed, includes leading "/"
+ * @param upload_data data uploaded
+ * @param[in,out] upload_data_size number of bytes in @a upload_data
+ * @param[in,out] con_cls application context that can be used
* @return MHD result code
*/
MHD_RESULT
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: doxygen fixes,
gnunet <=