merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit b3741d0b0facbd6bfb0eb7f99247edebd41ceed8
parent 65fbe5b8a837614b20858c249c755e2e1892764e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 12 Apr 2023 15:20:15 +0200

-fix doxygen

Diffstat:
Msrc/bank/mb_common.c | 9---------
Msrc/bank/mb_common.h | 2+-
Msrc/bank/mb_parse.c | 8--------
3 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/src/bank/mb_common.c b/src/bank/mb_common.c @@ -23,15 +23,6 @@ #include "mb_common.h" -/** - * Set authentication data in @a easy from @a auth. - * The API currently specifies the use of HTTP basic - * authentication. - * - * @param easy curl handle to setup for authentication - * @param auth authentication data to use - * @return #GNUNET_OK in success - */ enum GNUNET_GenericReturnValue TALER_MERCHANT_BANK_setup_auth_ ( CURL *easy, diff --git a/src/bank/mb_common.h b/src/bank/mb_common.h @@ -34,7 +34,7 @@ * * @param easy curl handle to setup for authentication * @param auth authentication data to use - * @return #GNUNET_OK in success + * @return #GNUNET_OK on success */ enum GNUNET_GenericReturnValue TALER_MERCHANT_BANK_setup_auth_ ( diff --git a/src/bank/mb_parse.c b/src/bank/mb_parse.c @@ -23,14 +23,6 @@ #include "taler_merchant_bank_lib.h" -/** - * Parse configuration section with bank authentication data. - * - * @param cfg configuration to parse - * @param section the section with the configuration data - * @param[out] auth set to the configuration data found - * @return #GNUNET_OK on success - */ enum GNUNET_GenericReturnValue TALER_MERCHANT_BANK_auth_parse_cfg ( const struct GNUNET_CONFIGURATION_Handle *cfg,