diff options
author | MS <ms@taler.net> | 2020-10-15 12:08:46 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-10-15 13:05:25 +0200 |
commit | 2793afed371825321334b8f8494fa3fc26d9ec10 (patch) | |
tree | bb74a8a51e97009d07d328ae2d783d941fc2062c /src | |
parent | ef870b54ac7a83dfd386f5dbd6945422796c8ccd (diff) |
Doxygen fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/testing/testing_api_helpers.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/testing/testing_api_helpers.c b/src/testing/testing_api_helpers.c index 6d244cbe..659bb694 100644 --- a/src/testing/testing_api_helpers.c +++ b/src/testing/testing_api_helpers.c @@ -30,16 +30,6 @@ #include "taler_merchant_testing_lib.h" -/** - * Start the merchant backend process. Assume the port - * is available and the database is clean. Use the "prepare - * merchant" function to do such tasks. - * - * @param config_filename configuration filename. - * - * @return the process, or NULL if the process could not - * be started. - */ struct GNUNET_OS_Process * TALER_TESTING_run_merchant (const char *config_filename, const char *merchant_url) @@ -95,15 +85,6 @@ TALER_TESTING_run_merchant (const char *config_filename, } -/** - * Prepare the merchant execution. Create tables and check if - * the port is available. - * - * @param config_filename configuration filename. - * - * @return the base url, or NULL upon errors. Must be freed - * by the caller. - */ char * TALER_TESTING_prepare_merchant (const char *config_filename) { |