commit 6868ab03e1ba252ac47f3c38b5f802e265541cd3
parent cb459476c102572d5789520b5f20f39375c6bea2
Author: MS <ms@taler.net>
Date: Thu, 8 Oct 2020 18:09:54 +0200
fix Doxygen warning
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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