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 warning


From: gnunet
Subject: [taler-merchant] branch master updated: fix Doxygen warning
Date: Thu, 08 Oct 2020 18:10:04 +0200

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

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 6868ab0  fix Doxygen warning
6868ab0 is described below

commit 6868ab03e1ba252ac47f3c38b5f802e265541cd3
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 8 18:09:54 2020 +0200

    fix Doxygen warning
---
 src/include/taler_merchantdb_plugin.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/include/taler_merchantdb_plugin.h 
b/src/include/taler_merchantdb_plugin.h
index 9d2dd23..6e272a5 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -1999,8 +1999,8 @@ struct TALER_MERCHANTDB_Plugin
 
   /**
    * Insert details about a tip pickup operation.  The @a total_picked_up
-   * UPDATES the total amount under the @a tip_id, while the @a
-   * total_requested is the amount to be associated with this @a pickup_id.
+   * UPDATES the total amount under the @a tip_id, while the @a total_requested
+   * is the amount to be associated with this @a pickup_id.
    * While there is usually only one pickup event that picks up the entire
    * amount, our schema allows for wallets to pick up the amount incrementally
    * over multiple pick up operations.
@@ -2008,7 +2008,7 @@ struct TALER_MERCHANTDB_Plugin
    * @param cls closure, typically a connection to the db
    * @param tip_id the unique ID for the tip
    * @param total_picked_up how much was picked up overall at this
-   *          point (includes @total_requested)
+   *          point (includes @a total_requested)
    * @param pickup_id unique ID for the operation
    * @param total_requested how much is being picked up in this operation
    * @return transaction status, usually

-- 
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]