diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-04-12 15:20:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-04-12 15:20:15 +0200 |
commit | b3741d0b0facbd6bfb0eb7f99247edebd41ceed8 (patch) | |
tree | 9d297ed6259fa012a4d70b53c231c8d61b19f043 /src/bank | |
parent | 65fbe5b8a837614b20858c249c755e2e1892764e (diff) |
-fix doxygen
Diffstat (limited to 'src/bank')
-rw-r--r-- | src/bank/mb_common.c | 9 | ||||
-rw-r--r-- | src/bank/mb_common.h | 2 | ||||
-rw-r--r-- | src/bank/mb_parse.c | 8 |
3 files changed, 1 insertions, 18 deletions
diff --git a/src/bank/mb_common.c b/src/bank/mb_common.c index c85eea80..d113ddf9 100644 --- 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 index efca1dd0..278b7600 100644 --- 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 index f785ed11..679daea5 100644 --- 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, |