gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: doxygen fix


From: gnunet
Subject: [taler-exchange] branch master updated: doxygen fix
Date: Sat, 28 Mar 2020 22:22:31 +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 677654f6 doxygen fix
677654f6 is described below

commit 677654f609048a1b45d9fc05eb97141c320e9540
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Mar 28 22:22:29 2020 +0100

    doxygen fix
---
 src/include/taler_testing_lib.h       | 13 +++++++------
 src/testing/testing_api_cmd_deposit.c |  4 ++--
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 4fae085d..78e5edfd 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -1246,11 +1246,11 @@ TALER_TESTING_cmd_withdraw_amount (const char *label,
  * @return the command.
  */
 struct TALER_TESTING_Command
-TALER_TESTING_cmd_withdraw_denomination (const char *label,
-                                         const char *reserve_reference,
-                                         const struct
-                                         TALER_EXCHANGE_DenomPublicKey *dk,
-                                         unsigned int expected_response_code);
+TALER_TESTING_cmd_withdraw_denomination (
+  const char *label,
+  const char *reserve_reference,
+  const struct TALER_EXCHANGE_DenomPublicKey *dk,
+  unsigned int expected_response_code);
 
 
 /**
@@ -1372,13 +1372,14 @@ TALER_TESTING_cmd_deposit_with_ref (const char *label,
 struct TALER_TESTING_Command
 TALER_TESTING_cmd_deposit_with_retry (struct TALER_TESTING_Command cmd);
 
+
 /**
  * Create a "deposit" command that repeats an existing
  * deposit command.
  *
  * @param label command label.
+ * @param deposit_reference which deposit command should we repeat
  * @param expected_response_code expected HTTP response code.
- *
  * @return the command.
  */
 struct TALER_TESTING_Command
diff --git a/src/testing/testing_api_cmd_deposit.c 
b/src/testing/testing_api_cmd_deposit.c
index 5c2b49f1..66680512 100644
--- a/src/testing/testing_api_cmd_deposit.c
+++ b/src/testing/testing_api_cmd_deposit.c
@@ -316,7 +316,7 @@ deposit_run (void *cls,
   }
   else if (NULL != ds->merchant_priv_reference)
   {
-    // We're copying the merchant key from another deposit operation
+    /* We're copying the merchant key from another deposit operation */
     const struct TALER_MerchantPrivateKeyP *merchant_priv;
     const struct TALER_TESTING_Command *cmd;
     cmd = TALER_TESTING_interpreter_lookup_command
@@ -733,8 +733,8 @@ TALER_TESTING_cmd_deposit_with_ref (const char *label,
  * deposit command.
  *
  * @param label command label.
+ * @param deposit_reference which deposit command should we repeat
  * @param expected_response_code expected HTTP response code.
- *
  * @return the command.
  */
 struct TALER_TESTING_Command

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



reply via email to

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