merchant

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

commit cb459476c102572d5789520b5f20f39375c6bea2
parent 3577c4d18830219d83ec1ba4ef9d35480a2db787
Author: MS <ms@taler.net>
Date:   Thu,  8 Oct 2020 17:36:28 +0200

new tag file

Diffstat:
Mcontrib/microhttpd.tag | 6++++++
Acontrib/taler-exchange.tag | 20++++++++++++++++++++
Mdoc/doxygen/taler.doxy | 2+-
3 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/contrib/microhttpd.tag b/contrib/microhttpd.tag @@ -36,6 +36,12 @@ </member> <member kind="define"> <type>#define</type> + <name>MHD_HTTP_METHOD_PATCH</name> + <anchorfile>microhttpd.h</anchorfile> + <arglist></arglist> + </member> + <member kind="define"> + <type>#define</type> <name>MHD_HTTP_METHOD_PUT</name> <anchorfile>microhttpd.h</anchorfile> <arglist></arglist> diff --git a/contrib/taler-exchange.tag b/contrib/taler-exchange.tag @@ -0,0 +1,20 @@ +<?xml version='1.0' encoding='UTF-8' standalone='yes' ?> +<tagfile> + <compound kind="file"> + <name>taler_mhd_lib.h</name> + <path></path> + <filename>taler_mhd_lib.h</filename> + <member kind="function"> + <type>enum GNUNET_GenericReturnValue</type> + <name>TALER_MHD_parse_post_json</name> + <anchorfile>taler_mhd_lib.h</anchorfile> + <arglist> + (struct MHD_Connection *connection, + void **con_cls, + const char *upload_data, + size_t *upload_data_size, + json_t **json) + </arglist> + </member> + </compound> +</tagfile> diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy @@ -262,7 +262,7 @@ SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::additions related to external references #--------------------------------------------------------------------------- -TAGFILES = ../../contrib/gnunet.tag ../../contrib/microhttpd.tag taler-exchange.tag +TAGFILES = ../../contrib/gnunet.tag ../../contrib/microhttpd.tag ../../contrib/taler-exchange.tag GENERATE_TAGFILE = taler-merchant.tag ALLEXTERNALS = NO EXTERNAL_GROUPS = YES