summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_get-tips-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-tips-ID.c
parent4d9bc219297df4816ba4cf5c1a452fe2e8079bbf (diff)
downloadmerchant-c383b89f3d108fc10a06e3afcf03e44eafe838eb.tar.gz
merchant-c383b89f3d108fc10a06e3afcf03e44eafe838eb.tar.bz2
merchant-c383b89f3d108fc10a06e3afcf03e44eafe838eb.zip
address doxygen warnings
(double definitions of @param)
Diffstat (limited to 'src/backend/taler-merchant-httpd_get-tips-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_get-tips-ID.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/backend/taler-merchant-httpd_get-tips-ID.c b/src/backend/taler-merchant-httpd_get-tips-ID.c
index e7ae703c..5fa257fc 100644
--- a/src/backend/taler-merchant-httpd_get-tips-ID.c
+++ b/src/backend/taler-merchant-httpd_get-tips-ID.c
@@ -28,16 +28,6 @@
#include "taler-merchant-httpd_qr.h"
#include "taler-merchant-httpd_templating.h"
-
-/**
- * Create a taler://tip/ URI for the given @a con and @a tip_id
- * and @a instance_id.
- *
- * @param con HTTP connection
- * @param tip_id the tip id
- * @param instance_id instance, may be "default"
- * @return corresponding taler://tip/ URI, or NULL on missing "host"
- */
char *
TMH_make_taler_tip_uri (struct MHD_Connection *con,
const struct GNUNET_HashCode *tip_id,
@@ -100,15 +90,6 @@ TMH_make_taler_tip_uri (struct MHD_Connection *con,
}
-/**
- * Create a http(s):// URL for the given @a con and @a tip_id
- * and @a instance_id.
- *
- * @param con HTTP connection
- * @param tip_id the tip id
- * @param instance_id instance, may be "default"
- * @return corresponding taler://tip/ URI, or NULL on missing "host"
- */
char *
TMH_make_tip_status_url (struct MHD_Connection *con,
const struct GNUNET_HashCode *tip_id,
@@ -169,14 +150,6 @@ TMH_make_tip_status_url (struct MHD_Connection *con,
}
-/**
- * Handle a GET "/tips/$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_tips_ID (const struct TMH_RequestHandler *rh,
struct MHD_Connection *connection,