gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 02/02: fix explicit link issues from doxygen


From: gnunet
Subject: [taler-merchant] 02/02: fix explicit link issues from doxygen
Date: Wed, 21 Oct 2020 11:52:28 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

commit b9508adc7526e2777939fd59036f1715f64c4dc5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Oct 21 11:52:24 2020 +0200

    fix explicit link issues from doxygen
---
 contrib/microhttpd.tag               |  6 +++
 contrib/taler-exchange.tag           | 90 ++++++++++++++++++++++++++++++++++++
 src/include/taler_merchant_service.h |  2 +-
 3 files changed, 97 insertions(+), 1 deletion(-)

diff --git a/contrib/microhttpd.tag b/contrib/microhttpd.tag
index d09317f..8349549 100644
--- a/contrib/microhttpd.tag
+++ b/contrib/microhttpd.tag
@@ -116,5 +116,11 @@
       <anchorfile>microhttpd.h</anchorfile>
       <arglist>)(void *cls, struct MHD_Connection *connection, const char 
*url, const char *method, const char *version, const char *upload_data, size_t 
*upload_data_size, void **con_cls)</arglist>
     </member>
+    <member kind="typedef">
+      <type>void</type>
+      <name>MHD_RequestCompletedCallback</name>
+      <anchorfile>microhttpd.h</anchorfile>
+      <arglist>)(void *cls, struct MHD_Connection *connection, void **con_cls, 
enum MHD_RequestTerminationCode toe)</arglist>
+    </member>
   </compound>
 </tagfile>
diff --git a/contrib/taler-exchange.tag b/contrib/taler-exchange.tag
index 7dfab1d..0f1e2fd 100644
--- a/contrib/taler-exchange.tag
+++ b/contrib/taler-exchange.tag
@@ -38,4 +38,94 @@
       <anchorfile>taler_error_codes.h</anchorfile>
     </member>
   </compound>
+  <compound kind="file">
+    <name>taler_error_codes.h</name>
+    <path></path>
+    <filename>taler_error_codes.h</filename>
+    <member kind="function">
+      <type>enum TALER_ErrorCode</type>
+      <name>TALER_EC_INVALID_RESPONSE</name>
+      <anchorfile>taler_error_codes.h</anchorfile>
+    </member>
+  </compound>
+  <compound kind="file">
+    <name>taler_error_codes.h</name>
+    <path></path>
+    <filename>taler_error_codes.h</filename>
+    <member kind="function">
+      <type>enum TALER_ErrorCode</type>
+      <name>TALER_EC_TIP_AUTHORIZE_RESERVE_EXPIRED</name>
+      <anchorfile>taler_error_codes.h</anchorfile>
+    </member>
+  </compound>
+  <compound kind="file">
+    <name>taler_error_codes.h</name>
+    <path></path>
+    <filename>taler_error_codes.h</filename>
+    <member kind="function">
+      <type>enum TALER_ErrorCode</type>
+      <name>TALER_EC_TIP_AUTHORIZE_RESERVE_NOT_FOUND</name>
+      <anchorfile>taler_error_codes.h</anchorfile>
+    </member>
+  </compound>
+  <compound kind="file">
+    <name>taler_error_codes.h</name>
+    <path></path>
+    <filename>taler_error_codes.h</filename>
+    <member kind="function">
+      <type>enum TALER_ErrorCode</type>
+      <name>TALER_EC_TIP_AUTHORIZE_INSUFFICIENT_FUNDS</name>
+      <anchorfile>taler_error_codes.h</anchorfile>
+    </member>
+  </compound>
+  <compound kind="file">
+    <name>taler_error_codes.h</name>
+    <path></path>
+    <filename>taler_error_codes.h</filename>
+    <member kind="function">
+      <type>enum TALER_ErrorCode</type>
+      <name>TALER_EC_TIP_AUTHORIZE_DB_START_FAILURE</name>
+      <anchorfile>taler_error_codes.h</anchorfile>
+    </member>
+  </compound>
+  <compound kind="file">
+    <name>taler_error_codes.h</name>
+    <path></path>
+    <filename>taler_error_codes.h</filename>
+    <member kind="function">
+      <type>enum TALER_ErrorCode</type>
+      <name>TALER_EC_TIP_AUTHORIZE_DB_LOOKUP_RESERVE_FAILURE</name>
+      <anchorfile>taler_error_codes.h</anchorfile>
+    </member>
+  </compound>
+  <compound kind="file">
+    <name>taler_error_codes.h</name>
+    <path></path>
+    <filename>taler_error_codes.h</filename>
+    <member kind="function">
+      <type>enum TALER_ErrorCode</type>
+      <name>TALER_EC_TIP_AUTHORIZE_DB_UPDATE_RESERVE_FAILURE</name>
+      <anchorfile>taler_error_codes.h</anchorfile>
+    </member>
+  </compound>
+  <compound kind="file">
+    <name>taler_error_codes.h</name>
+    <path></path>
+    <filename>taler_error_codes.h</filename>
+    <member kind="function">
+      <type>enum TALER_ErrorCode</type>
+      <name>TALER_EC_TIP_AUTHORIZE_DB_RESERVE_INVARIANT_FAILURE</name>
+      <anchorfile>taler_error_codes.h</anchorfile>
+    </member>
+  </compound>
+  <compound kind="file">
+    <name>taler_error_codes.h</name>
+    <path></path>
+    <filename>taler_error_codes.h</filename>
+    <member kind="function">
+      <type>enum TALER_ErrorCode</type>
+      <name>TALER_EC_TIP_AUTHORIZE_DB_SERIALIZATION_FAILURE</name>
+      <anchorfile>taler_error_codes.h</anchorfile>
+    </member>
+  </compound>
 </tagfile>
diff --git a/src/include/taler_merchant_service.h 
b/src/include/taler_merchant_service.h
index cd67859..7c757c7 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -110,7 +110,7 @@ struct TALER_MERCHANT_HttpResponse
  * error details and setup the corresponding @a hr structure.  Internally
  * used to convert merchant's responses in to @a hr.
  *
- * @param response if NULL we will report #TALER_EC_INVALIDD_RESPONSE in `ec`
+ * @param response if NULL we will report #TALER_EC_INVALID_RESPONSE in `ec`
  * @param http_status http status to use
  * @param[out] hr response object to initialize, fields will
  *        only be valid as long as @a response is valid as well

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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