[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -doxygen
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -doxygen |
Date: |
Wed, 17 Aug 2022 10:02:29 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new bb8eb614 -doxygen
bb8eb614 is described below
commit bb8eb6144132ae55b45b717b445d0e98bc2e84fa
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Aug 17 10:02:27 2022 +0200
-doxygen
---
contrib/microhttpd.tag | 6 ++++++
doc/doxygen/taler.doxy | 3 ++-
src/kyclogic/plugin_kyclogic_kycaid.c | 1 +
src/templating/templating_api.c | 2 +-
4 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/contrib/microhttpd.tag b/contrib/microhttpd.tag
index 4780028d..d8040503 100644
--- a/contrib/microhttpd.tag
+++ b/contrib/microhttpd.tag
@@ -70,6 +70,12 @@
<anchorfile>microhttpd.h</anchorfile>
<arglist></arglist>
</member>
+ <member kind="define">
+ <type>#define</type>
+ <name>MHD_HTTP_NETWORK_AUTHENTICATION_REQUIRED</name>
+ <anchorfile>microhttpd.h</anchorfile>
+ <arglist></arglist>
+ </member>
<member kind="define">
<type>#define</type>
<name>MHD_HTTP_GONE</name>
diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy
index dafe78fa..6eeb514a 100644
--- a/doc/doxygen/taler.doxy
+++ b/doc/doxygen/taler.doxy
@@ -153,7 +153,8 @@ EXCLUDE_PATTERNS = */test_* \
*/.git/* \
*/perf_* .* \
.* \
- */gnu-taler-error-codes/*
+ */gnu-taler-error-codes/* \
+ */src/templating/mustach*
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *
diff --git a/src/kyclogic/plugin_kyclogic_kycaid.c
b/src/kyclogic/plugin_kyclogic_kycaid.c
index 5c56bcf4..2ebbe986 100644
--- a/src/kyclogic/plugin_kyclogic_kycaid.c
+++ b/src/kyclogic/plugin_kyclogic_kycaid.c
@@ -645,6 +645,7 @@ kycaid_proof_cancel (struct TALER_KYCLOGIC_ProofHandle *ph)
* Call @a ph callback with HTTP response generated
* from @a template_name using the given @a template_data.
*
+ * @param ph proof handle to generate reply for
* @param http_status http response status to use
* @param template_name template to load and return
* @param[in] template_data data for the template, freed by this function!
diff --git a/src/templating/templating_api.c b/src/templating/templating_api.c
index 38a2d3e3..999ba9da 100644
--- a/src/templating/templating_api.c
+++ b/src/templating/templating_api.c
@@ -193,7 +193,7 @@ TALER_TEMPLATING_build (struct MHD_Connection *connection,
{
/* FIXME: should this not be an
internal failure? The language
- missmatch is not critical here! */
+ mismatch is not critical here! */
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Failed to load template `%s'\n",
template);
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.