summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-01 15:41:59 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-01 15:41:59 +0200
commit5adf8fabdcd28402acb0e19a5254431111890984 (patch)
tree7eb126b142c633b9d6f3a7c6abbe214a63f30fd9 /src/backend
parent475dc825c6ed9084d15a8eee802c4c43e4b249b5 (diff)
downloadmerchant-5adf8fabdcd28402acb0e19a5254431111890984.tar.gz
merchant-5adf8fabdcd28402acb0e19a5254431111890984.tar.bz2
merchant-5adf8fabdcd28402acb0e19a5254431111890984.zip
-doxygen
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd.c2
-rw-r--r--src/backend/taler-merchant-httpd_private-get-otp-devices.c4
-rw-r--r--src/backend/taler-merchant-httpd_private-patch-otp-devices-ID.c8
3 files changed, 3 insertions, 11 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index 68a81947..c016b5aa 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1845,7 +1845,7 @@ url_handler (void *cls,
* Callback invoked with information about a bank account.
*
* @param cls closure with a `struct TMH_MerchantInstance *`
- * @param ad details about the account
+ * @param acc details about the account
*/
static void
add_account_cb (void *cls,
diff --git a/src/backend/taler-merchant-httpd_private-get-otp-devices.c b/src/backend/taler-merchant-httpd_private-get-otp-devices.c
index df86842b..189b1e09 100644
--- a/src/backend/taler-merchant-httpd_private-get-otp-devices.c
+++ b/src/backend/taler-merchant-httpd_private-get-otp-devices.c
@@ -26,8 +26,8 @@
* Add OTP device details to our JSON array.
*
* @param cls a `json_t *` JSON array to build
- * @param template_id ID of the template
- * @param template_description human-readable description for the template
+ * @param otp_id ID of the OTP device
+ * @param otp_description human-readable description for the OTP device
*/
static void
add_otp (void *cls,
diff --git a/src/backend/taler-merchant-httpd_private-patch-otp-devices-ID.c b/src/backend/taler-merchant-httpd_private-patch-otp-devices-ID.c
index f0fc8b0b..356b9b8a 100644
--- a/src/backend/taler-merchant-httpd_private-patch-otp-devices-ID.c
+++ b/src/backend/taler-merchant-httpd_private-patch-otp-devices-ID.c
@@ -28,14 +28,6 @@
#include <taler/taler_json_lib.h>
-/**
- * PATCH OTP device of an existing instance.
- *
- * @param rh context of the handler
- * @param connection the MHD connection to handle
- * @param[in,out] hc context with further information about the request
- * @return MHD result code
- */
MHD_RESULT
TMH_private_patch_otp_devices_ID (const struct TMH_RequestHandler *rh,
struct MHD_Connection *connection,