summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd.c')
-rw-r--r--src/backend/taler-merchant-httpd.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index 91c3c693..9da5f23d 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -264,7 +264,7 @@ payment_trigger_free (void *cls,
*
* @param order_id an order ID
* @param mpub an instance public key
- * @param key[out] set to the hash map key to use
+ * @param[out] key set to the hash map key to use
*/
static void
compute_pay_key (const char *order_id,
@@ -296,7 +296,7 @@ compute_pay_key (const char *order_id,
*
* @param session_id the session for which @a fulfillment_url matters
* @param fulfillment_url fullfillment URL of an order
- * @param key[out] set to the hash map key to use
+ * @param[out] key set to the hash map key to use
*/
static void
compute_pay_key2 (const char *session_id,
@@ -789,8 +789,6 @@ TMH_trigger_daemon ()
/**
* Function that queries MHD's select sets and
* starts the task waiting for them.
- *
- * @param daemon_handle HTTP server to prepare to run
*/
static struct GNUNET_SCHEDULER_Task *
prepare_daemon (void)
@@ -909,6 +907,7 @@ TMH_add_instance (struct TMH_MerchantInstance *mi)
*
* @param cls argument given together with the function
* pointer when the handler was registered with MHD
+ * @param connection the MHD connection to handle
* @param url the requested url
* @param method the HTTP method used (#MHD_HTTP_METHOD_GET,
* #MHD_HTTP_METHOD_PUT, etc.)