summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_delete_instance.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-13 16:29:40 +0200
committerMS <ms@taler.net>2020-10-13 16:29:40 +0200
commitc09cd4c747aa35a25072d4ef5aa6669115831827 (patch)
tree480757bdc9f3b2ec94a999b641e2c01b11661e50 /src/testing/testing_api_cmd_delete_instance.c
parenta80452b0a0f41cf24b3582dcf7c2cf9b2cb9fdf9 (diff)
downloadmerchant-c09cd4c747aa35a25072d4ef5aa6669115831827.tar.gz
merchant-c09cd4c747aa35a25072d4ef5aa6669115831827.tar.bz2
merchant-c09cd4c747aa35a25072d4ef5aa6669115831827.zip
Doxygen fixes
Diffstat (limited to 'src/testing/testing_api_cmd_delete_instance.c')
-rw-r--r--src/testing/testing_api_cmd_delete_instance.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/testing/testing_api_cmd_delete_instance.c b/src/testing/testing_api_cmd_delete_instance.c
index 635ddf7d..013e63f8 100644
--- a/src/testing/testing_api_cmd_delete_instance.c
+++ b/src/testing/testing_api_cmd_delete_instance.c
@@ -156,16 +156,6 @@ delete_instance_cleanup (void *cls,
}
-/**
- * Define a "DELETE instance" CMD.
- *
- * @param label command label.
- * @param merchant_url base URL of the merchant serving the
- * DELETE /instances/$ID request.
- * @param instance_id the ID of the instance to query
- * @param http_status expected HTTP response code.
- * @return the command.
- */
struct TALER_TESTING_Command
TALER_TESTING_cmd_merchant_delete_instance (const char *label,
const char *merchant_url,
@@ -191,16 +181,6 @@ TALER_TESTING_cmd_merchant_delete_instance (const char *label,
}
-/**
- * Define a "PURGE instance" CMD.
- *
- * @param label command label.
- * @param merchant_url base URL of the merchant serving the
- * PURGE /instances/$ID request.
- * @param instance_id the ID of the instance to query
- * @param http_status expected HTTP response code.
- * @return the command.
- */
struct TALER_TESTING_Command
TALER_TESTING_cmd_merchant_purge_instance (const char *label,
const char *merchant_url,