From 6868ab03e1ba252ac47f3c38b5f802e265541cd3 Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 8 Oct 2020 18:09:54 +0200 Subject: fix Doxygen warning --- src/include/taler_merchantdb_plugin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3