From bb8eb6144132ae55b45b717b445d0e98bc2e84fa Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 17 Aug 2022 10:02:27 +0200 Subject: -doxygen --- src/kyclogic/plugin_kyclogic_kycaid.c | 1 + src/templating/templating_api.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/kyclogic/plugin_kyclogic_kycaid.c b/src/kyclogic/plugin_kyclogic_kycaid.c index 5c56bcf48..2ebbe986c 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 38a2d3e31..999ba9dae 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); -- cgit v1.2.3