gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: doxygen fixes


From: gnunet
Subject: [taler-exchange] branch master updated: doxygen fixes
Date: Fri, 17 Jan 2020 22:24:20 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 108bf01f doxygen fixes
108bf01f is described below

commit 108bf01f11f97c63862e780e42101ed59b8f9ff9
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 17 22:24:18 2020 +0100

    doxygen fixes
---
 src/auditor/taler-auditor.c         | 6 +++---
 src/include/backoff.h               | 2 +-
 src/include/taler_curl_lib.h        | 2 +-
 src/lib/auditor_api_curl_defaults.c | 2 +-
 src/lib/auditor_api_curl_defaults.h | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index 10b38f8b..49fbdd57 100644
--- a/src/auditor/taler-auditor.c
+++ b/src/auditor/taler-auditor.c
@@ -289,12 +289,12 @@ static struct TALER_Amount 
total_missed_deposit_confirmations;
 static struct TALER_Amount reported_emergency_risk_by_count;
 
 /**
- * Total amount reported in all calls to #report_emergency().
+ * Total amount reported in all calls to #report_emergency_by_amount().
  */
 static struct TALER_Amount reported_emergency_risk_by_amount;
 
 /**
- * Total amount in losses reported in all calls to #report_emergency().
+ * Total amount in losses reported in all calls to 
#report_emergency_by_amount().
  */
 static struct TALER_Amount reported_emergency_loss;
 
@@ -1453,7 +1453,7 @@ handle_payback_by_reserve (void *cls,
  *
  * @param receiver_account payto:// URI of the target account
  * @param atime when was the transfer made
- * @param fee[out] set to the closing fee
+ * @param[out] fee set to the closing fee
  * @return #GNUNET_OK on success
  */
 static int
diff --git a/src/include/backoff.h b/src/include/backoff.h
index 0fd5683a..9eefde21 100644
--- a/src/include/backoff.h
+++ b/src/include/backoff.h
@@ -16,7 +16,7 @@
 */
 
 /**
- * @file lib/backoff.h
+ * @file backoff.h
  * @brief backoff computation for the exchange lib
  * @author Florian Dold
  */
diff --git a/src/include/taler_curl_lib.h b/src/include/taler_curl_lib.h
index 52aa3d80..6c90c671 100644
--- a/src/include/taler_curl_lib.h
+++ b/src/include/taler_curl_lib.h
@@ -17,7 +17,7 @@
   <http://www.gnu.org/licenses/>
 */
 /**
- * @file lib/taler_curl_lib.h
+ * @file taler_curl_lib.h
  * @brief Helper routines shared by libtalerexchange and libtalerauditor
  * @author Christian Grothoff
  */
diff --git a/src/lib/auditor_api_curl_defaults.c 
b/src/lib/auditor_api_curl_defaults.c
index e4d825ad..12b5e102 100644
--- a/src/lib/auditor_api_curl_defaults.c
+++ b/src/lib/auditor_api_curl_defaults.c
@@ -15,7 +15,7 @@
   <http://www.gnu.org/licenses/>
 */
 /**
- * @file lib/curl_defaults.c
+ * @file lib/auditor_api_curl_defaults.c
  * @brief curl easy handle defaults
  * @author Florian Dold
  */
diff --git a/src/lib/auditor_api_curl_defaults.h 
b/src/lib/auditor_api_curl_defaults.h
index 7cc3ccbc..f9455a0f 100644
--- a/src/lib/auditor_api_curl_defaults.h
+++ b/src/lib/auditor_api_curl_defaults.h
@@ -16,7 +16,7 @@
 */
 
 /**
- * @file lib/curl_defaults.h
+ * @file lib/auditor_api_curl_defaults.h
  * @brief curl easy handle defaults
  * @author Florian Dold
  */

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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