exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 463c9bd45f5a8c8864a799a9bfc6770ffb3c8155
parent f4b0519e8015e83bca7cf7354b7d70fbe621afe9
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 16 Aug 2026 08:23:17 +0200

fix Doxygen

Diffstat:
Msrc/include/taler/taler_mhd2_lib.h | 2+-
Msrc/include/taler/taler_mhd_lib.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/taler/taler_mhd2_lib.h b/src/include/taler/taler_mhd2_lib.h @@ -242,8 +242,8 @@ TALER_MHD2_make_error (enum TALER_ErrorCode ec, * Send a response indicating an error. * * @param request the MHD request to use - * @param ec error code uniquely identifying the error * @param sc HTTP status code to use + * @param ec error code uniquely identifying the error * @param detail additional optional detail about the error * @return MHD action */ diff --git a/src/include/taler/taler_mhd_lib.h b/src/include/taler/taler_mhd_lib.h @@ -242,8 +242,8 @@ TALER_MHD_reply_json_steal (struct MHD_Connection *connection, * Send a response indicating an error. * * @param connection the MHD connection to use - * @param ec error code uniquely identifying the error * @param http_status HTTP status code to use + * @param ec error code uniquely identifying the error * @param detail additional optional detail about the error * @return a MHD result code */