aboutsummaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_get-orders-ID.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-09 19:27:00 +0200
committerMS <ms@taler.net>2020-10-09 19:27:00 +0200
commitc383b89f3d108fc10a06e3afcf03e44eafe838eb (patch)
tree232a72463ab303ef9a1ac75a0e97c82a01f6af40 /src/backend/taler-merchant-httpd_get-orders-ID.c
parent4d9bc219297df4816ba4cf5c1a452fe2e8079bbf (diff)
address doxygen warnings
(double definitions of @param)
Diffstat (limited to 'src/backend/taler-merchant-httpd_get-orders-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_get-orders-ID.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c b/src/backend/taler-merchant-httpd_get-orders-ID.c
index d905bb02..a6f0c3b2 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -270,18 +270,6 @@ make_taler_refund_uri (struct MHD_Connection *con,
}
-/**
- * Create a http(s) URL for the given @a con and @a order_id
- * and @a instance_id to display the /orders/{order_id} page.
- *
- * @param con HTTP connection
- * @param order_id the order id
- * @param session_id the session id
- * @param instance_id instance, may be "default"
- * @param claim_token claim token for the order, may be NULL
- * @param h_contract contract hash for authentication, may be NULL
- * @return corresponding http(s):// URL, or NULL on missing "host"
- */
char *
TMH_make_order_status_url (struct MHD_Connection *con,
const char *order_id,
@@ -384,17 +372,6 @@ TMH_make_order_status_url (struct MHD_Connection *con,
}
-/**
- * Create a taler://pay/ URI for the given @a con and @a order_id
- * and @a session_id and @a instance_id.
- *
- * @param con HTTP connection
- * @param order_id the order id
- * @param session_id session, may be NULL
- * @param instance_id instance, may be "default"
- * @param claim_token claim token for the order, may be NULL
- * @return corresponding taler://pay/ URI, or NULL on missing "host"
- */
char *
TMH_make_taler_pay_uri (struct MHD_Connection *con,
const char *order_id,
@@ -687,14 +664,6 @@ god_cleanup (void *cls)
}
-/**
- * Handle a GET "/orders/$ID" request.
- *
- * @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_get_orders_ID (const struct TMH_RequestHandler *rh,
struct MHD_Connection *connection,