summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-08 18:09:54 +0200
committerMS <ms@taler.net>2020-10-08 18:09:54 +0200
commit6868ab03e1ba252ac47f3c38b5f802e265541cd3 (patch)
tree12738dd48c733c2217ab14ac418ad6f7a6c914cb /src
parentcb459476c102572d5789520b5f20f39375c6bea2 (diff)
downloadmerchant-6868ab03e1ba252ac47f3c38b5f802e265541cd3.tar.gz
merchant-6868ab03e1ba252ac47f3c38b5f802e265541cd3.tar.bz2
merchant-6868ab03e1ba252ac47f3c38b5f802e265541cd3.zip
fix Doxygen warning
Diffstat (limited to 'src')
-rw-r--r--src/include/taler_merchantdb_plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index 9d2dd234..6e272a50 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