summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-21 11:52:24 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-21 11:52:24 +0200
commitb9508adc7526e2777939fd59036f1715f64c4dc5 (patch)
tree59825d304c3402b2119ec4e59b3ac69b6094ea2d
parent92c4a63f1da86d419277a1a3da89ea1edd6ff90b (diff)
downloadmerchant-b9508adc7526e2777939fd59036f1715f64c4dc5.tar.gz
merchant-b9508adc7526e2777939fd59036f1715f64c4dc5.tar.bz2
merchant-b9508adc7526e2777939fd59036f1715f64c4dc5.zip
fix explicit link issues from doxygen
-rw-r--r--contrib/microhttpd.tag6
-rw-r--r--contrib/taler-exchange.tag90
-rw-r--r--src/include/taler_merchant_service.h2
3 files changed, 97 insertions, 1 deletions
diff --git a/contrib/microhttpd.tag b/contrib/microhttpd.tag
index d09317f1..83495492 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 7dfab1d2..0f1e2fdf 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 cd678597..7c757c71 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