gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: -fix doxygen


From: gnunet
Subject: [taler-merchant] branch master updated: -fix doxygen
Date: Wed, 12 Apr 2023 15:20:18 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new b3741d0b -fix doxygen
b3741d0b is described below

commit b3741d0b0facbd6bfb0eb7f99247edebd41ceed8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Apr 12 15:20:15 2023 +0200

    -fix doxygen
---
 src/bank/mb_common.c | 9 ---------
 src/bank/mb_common.h | 2 +-
 src/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
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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]