merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit b9508adc7526e2777939fd59036f1715f64c4dc5
parent 92c4a63f1da86d419277a1a3da89ea1edd6ff90b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 21 Oct 2020 11:52:24 +0200

fix explicit link issues from doxygen

Diffstat:
Mcontrib/microhttpd.tag | 6++++++
Mcontrib/taler-exchange.tag | 90+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Msrc/include/taler_merchant_service.h | 2+-
3 files changed, 97 insertions(+), 1 deletion(-)

diff --git 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 @@ -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 @@ -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