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: Fri, 17 Jan 2020 22:48:16 +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 cd1a784f doxygen
cd1a784f is described below

commit cd1a784f3413543b83f368344d0d660c29aecda3
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 17 22:48:14 2020 +0100

    doxygen
---
 src/lib/test_bank_api_twisted.c          | 2 +-
 src/lib/test_exchange_api_twisted.c      | 2 +-
 src/lib/test_taler_exchange_aggregator.c | 2 +-
 src/lib/test_taler_exchange_wirewatch.c  | 2 +-
 src/lib/testing_api_cmd_batch.c          | 2 +-
 src/lib/testing_api_cmd_payback.c        | 2 +-
 src/lib/testing_api_cmd_refund.c         | 2 +-
 src/lib/testing_api_cmd_status.c         | 2 +-
 src/lib/testing_api_cmd_track.c          | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/lib/test_bank_api_twisted.c b/src/lib/test_bank_api_twisted.c
index d7c590db..daaa5afa 100644
--- a/src/lib/test_bank_api_twisted.c
+++ b/src/lib/test_bank_api_twisted.c
@@ -17,7 +17,7 @@
   <http://www.gnu.org/licenses/>
 */
 /**
- * @file exchange/test_bank_api_with_fakebank_twisted.c
+ * @file lib/test_bank_api_with_fakebank_twisted.c
  * @author Marcello Stanisci
  * @author Sree Harsha Totakura <address@hidden>
  * @author Christian Grothoff
diff --git a/src/lib/test_exchange_api_twisted.c 
b/src/lib/test_exchange_api_twisted.c
index d935ca8e..072ae17d 100644
--- a/src/lib/test_exchange_api_twisted.c
+++ b/src/lib/test_exchange_api_twisted.c
@@ -17,7 +17,7 @@
   <http://www.gnu.org/licenses/>
 */
 /**
- * @file exchange/test_exchange_api_twisted.c
+ * @file lib/test_exchange_api_twisted.c
  * @brief testcase to test exchange's HTTP API interface
  * @author Marcello Stanisci
  * @author Sree Harsha Totakura <address@hidden>
diff --git a/src/lib/test_taler_exchange_aggregator.c 
b/src/lib/test_taler_exchange_aggregator.c
index 8798d17c..25e9a423 100644
--- a/src/lib/test_taler_exchange_aggregator.c
+++ b/src/lib/test_taler_exchange_aggregator.c
@@ -15,7 +15,7 @@
 */
 
 /**
- * @file exchange/test_taler_exchange_aggregator.c
+ * @file lib/test_taler_exchange_aggregator.c
  * @brief Tests for taler-exchange-aggregator logic
  * @author Christian Grothoff <address@hidden>
  * @author Marcello Stanisci
diff --git a/src/lib/test_taler_exchange_wirewatch.c 
b/src/lib/test_taler_exchange_wirewatch.c
index 23baca57..98346b4e 100644
--- a/src/lib/test_taler_exchange_wirewatch.c
+++ b/src/lib/test_taler_exchange_wirewatch.c
@@ -15,7 +15,7 @@
 */
 
 /**
- * @file exchange/test_taler_exchange_wirewatch.c
+ * @file lib/test_taler_exchange_wirewatch.c
  * @brief Tests for taler-exchange-wirewatch and taler-exchange-aggregator 
logic;
  *        Performs an invalid wire transfer to the exchange, and then checks 
that
  *        wirewatch immediately sends the money back.
diff --git a/src/lib/testing_api_cmd_batch.c b/src/lib/testing_api_cmd_batch.c
index f3d16259..c0e5b3af 100644
--- a/src/lib/testing_api_cmd_batch.c
+++ b/src/lib/testing_api_cmd_batch.c
@@ -17,7 +17,7 @@
   <http://www.gnu.org/licenses/>
 */
 /**
- * @file exchange/testing_api_cmd_batch.c
+ * @file lib/testing_api_cmd_batch.c
  * @brief Implement batch-execution of CMDs.
  * @author Marcello Stanisci
  */
diff --git a/src/lib/testing_api_cmd_payback.c 
b/src/lib/testing_api_cmd_payback.c
index 1591b64a..29b407dd 100644
--- a/src/lib/testing_api_cmd_payback.c
+++ b/src/lib/testing_api_cmd_payback.c
@@ -18,7 +18,7 @@
 */
 
 /**
- * @file exchange/testing_api_cmd_payback.c
+ * @file lib/testing_api_cmd_payback.c
  * @brief Implement the /revoke and /payback test commands.
  * @author Marcello Stanisci
  */
diff --git a/src/lib/testing_api_cmd_refund.c b/src/lib/testing_api_cmd_refund.c
index da4611b4..a4530380 100644
--- a/src/lib/testing_api_cmd_refund.c
+++ b/src/lib/testing_api_cmd_refund.c
@@ -17,7 +17,7 @@
   <http://www.gnu.org/licenses/>
 */
 /**
- * @file exchange/testing_api_cmd_refund.c
+ * @file lib/testing_api_cmd_refund.c
  * @brief Implement the /refund test command, plus other
  *        corollary commands (?).
  * @author Marcello Stanisci
diff --git a/src/lib/testing_api_cmd_status.c b/src/lib/testing_api_cmd_status.c
index 6ca40f99..757ca995 100644
--- a/src/lib/testing_api_cmd_status.c
+++ b/src/lib/testing_api_cmd_status.c
@@ -17,7 +17,7 @@
   <http://www.gnu.org/licenses/>
 */
 /**
- * @file exchange/testing_api_cmd_status.c
+ * @file lib/testing_api_cmd_status.c
  * @brief Implement the /reserve/status test command.
  * @author Marcello Stanisci
  */
diff --git a/src/lib/testing_api_cmd_track.c b/src/lib/testing_api_cmd_track.c
index 1de6c192..db3f6ef1 100644
--- a/src/lib/testing_api_cmd_track.c
+++ b/src/lib/testing_api_cmd_track.c
@@ -18,7 +18,7 @@
 */
 
 /**
- * @file exchange/testing_api_cmd_track.c
+ * @file lib/testing_api_cmd_track.c
  * @brief Implement the testing CMDs for the /track operations.
  * @author Marcello Stanisci
  */

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



reply via email to

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