gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix doxygen errors


From: gnunet
Subject: [taler-exchange] branch master updated: fix doxygen errors
Date: Tue, 17 Mar 2020 00:16:34 +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 98f96970 fix doxygen errors
98f96970 is described below

commit 98f96970d61b3928034fee74c6e8a28ee1d9d31d
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 17 00:16:31 2020 +0100

    fix doxygen errors
---
 contrib/microhttpd.tag                      | 6 ++++++
 src/exchange-tools/taler-exchange-keyup.c   | 2 +-
 src/exchange/taler-exchange-httpd_deposit.c | 2 +-
 src/exchange/taler-exchange-httpd_deposit.h | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/contrib/microhttpd.tag b/contrib/microhttpd.tag
index c928dcbd..b03d5871 100644
--- a/contrib/microhttpd.tag
+++ b/contrib/microhttpd.tag
@@ -46,6 +46,12 @@
       <anchorfile>microhttpd.h</anchorfile>
       <arglist></arglist>
     </member>
+    <member kind="define">
+      <type>#define</type>
+      <name>MHD_HTTP_INTERNAL_SERVER_ERROR</name>
+      <anchorfile>microhttpd.h</anchorfile>
+      <arglist></arglist>
+    </member>
     <member kind="define">
       <type>#define</type>
       <name>MHD_OPTION_NOTIFY_COMPLETED</name>
diff --git a/src/exchange-tools/taler-exchange-keyup.c 
b/src/exchange-tools/taler-exchange-keyup.c
index 4513934b..e72396b1 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -14,7 +14,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 */
 /**
- * @file taler-exchange-gyp.c
+ * @file taler-exchange-keyup.c
  * @brief Update the exchange's keys for coins and online signing keys,
  *        using the exchange's offline master key.
  * @author Florian Dold
diff --git a/src/exchange/taler-exchange-httpd_deposit.c 
b/src/exchange/taler-exchange-httpd_deposit.c
index 039ca9f9..4df2c32c 100644
--- a/src/exchange/taler-exchange-httpd_deposit.c
+++ b/src/exchange/taler-exchange-httpd_deposit.c
@@ -291,7 +291,7 @@ check_timestamp_current (struct GNUNET_TIME_Absolute ts)
 
 /**
  * Handle a "/coins/$COIN_PUB/deposit" request.  Parses the JSON, and, if
- * successful, passes the JSON data to #verify_and_execute_deposit() to
+ * successful, passes the JSON data to #deposit_transaction() to
  * further check the details of the operation specified.  If everything checks
  * out, this will ultimately lead to the "/deposit" being executed, or
  * rejected.
diff --git a/src/exchange/taler-exchange-httpd_deposit.h 
b/src/exchange/taler-exchange-httpd_deposit.h
index 641a1977..642e29dd 100644
--- a/src/exchange/taler-exchange-httpd_deposit.h
+++ b/src/exchange/taler-exchange-httpd_deposit.h
@@ -30,7 +30,7 @@
 
 /**
  * Handle a "/coins/$COIN_PUB/deposit" request.  Parses the JSON, and, if
- * successful, passes the JSON data to #verify_and_execute_deposit() to
+ * successful, passes the JSON data to #deposit_transaction() to
  * further check the details of the operation specified.  If everything checks
  * out, this will ultimately lead to the "/deposit" being executed, or
  * rejected.

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



reply via email to

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