summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-08 17:36:28 +0200
committerMS <ms@taler.net>2020-10-08 17:37:16 +0200
commitcb459476c102572d5789520b5f20f39375c6bea2 (patch)
treeec31d1c0cb9c1c1d61db8a0dae8c70352ef5eb8c
parent3577c4d18830219d83ec1ba4ef9d35480a2db787 (diff)
downloadmerchant-cb459476c102572d5789520b5f20f39375c6bea2.tar.gz
merchant-cb459476c102572d5789520b5f20f39375c6bea2.tar.bz2
merchant-cb459476c102572d5789520b5f20f39375c6bea2.zip
new tag file
-rw-r--r--contrib/microhttpd.tag6
-rw-r--r--contrib/taler-exchange.tag20
-rw-r--r--doc/doxygen/taler.doxy2
3 files changed, 27 insertions, 1 deletions
diff --git a/contrib/microhttpd.tag b/contrib/microhttpd.tag
index 8fab93d9..02b5551c 100644
--- 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
new file mode 100644
index 00000000..5d926370
--- /dev/null
+++ 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
index 9b27a7d3..6ea8154f 100644
--- 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