gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: Doxygen fixes


From: gnunet
Subject: [taler-merchant] branch master updated: Doxygen fixes
Date: Thu, 15 Oct 2020 15:55:28 +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 377cfaf  Doxygen fixes
377cfaf is described below

commit 377cfaf23f88bd5597be5be2a3c3e4e49975cc47
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 15 15:55:21 2020 +0200

    Doxygen fixes
---
 src/backenddb/plugin_merchantdb_postgres.c | 46 +++++++++++++++---------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 2c5b9e9..2c26b23 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -397,7 +397,7 @@ call_with_accounts (struct LookupInstancesContext *lic,
  *
  * @param cls of type `struct FindInstancesContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_accounts_cb (void *cls,
@@ -451,7 +451,7 @@ lookup_accounts_cb (void *cls,
  *
  * @param cls of type `struct FindInstancesContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_instances_cb (void *cls,
@@ -777,7 +777,7 @@ struct LookupProductsContext
  *
  * @param[in,out] cls of type `struct LookupProductsContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_products_cb (void *cls,
@@ -1232,7 +1232,7 @@ struct LookupOrdersContext
  *
  * @param[in,out] cls of type `struct LookupOrdersContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_orders_cb (void *cls,
@@ -1499,7 +1499,7 @@ postgres_lookup_contract_terms (void *cls,
  *         ever call to this function
  */
 static const char *
-make_dummy_url (void)
+make_dummy_url ()
 {
   static char buf[128] = "void://";
   struct GNUNET_HashCode hc;
@@ -1744,7 +1744,7 @@ struct LookupDepositsContext
  *
  * @param[in,out] cls of type `struct LookupDepositsContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_deposits_cb (void *cls,
@@ -1986,7 +1986,7 @@ struct LookupRefundsContext
  *
  * @param cls of type `struct LookupRefundsContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_refunds_cb (void *cls,
@@ -2314,7 +2314,7 @@ struct LookupDepositsByOrderContext
  *
  * @param cls of type `struct LookupDepositsByOrderContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_deposits_by_order_cb (void *cls,
@@ -2442,7 +2442,7 @@ struct LookupTransferDetailsByOrderContext
  *
  * @param cls of type `struct LookupTransferDetailsByOrderContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_transfer_details_by_order_cb (void *cls,
@@ -2630,7 +2630,7 @@ struct FindRefundContext
  *
  * @param cls closure, our `struct FindRefundContext`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 process_refund_cb (void *cls,
@@ -2747,7 +2747,7 @@ struct RefundCoinData
  *
  * @param cls closure, our `struct InsertRefundContext`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 process_deposits_for_refund_cb (void *cls,
@@ -3076,7 +3076,7 @@ struct LookupRefundsDetailedContext
  *
  * @param cls of type `struct GetRefundsContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_refunds_detailed_cb (void *cls,
@@ -3620,7 +3620,7 @@ struct LookupDepositsByCnCContext
  *
  * @param cls of type `struct LookupDepositsByCnCContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_deposits_by_contract_and_coin_cb (void *cls,
@@ -3869,7 +3869,7 @@ struct LookupTransferSummaryContext
  *
  * @param cls of type `struct LookupTransferSummaryContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_transfer_summary_cb (void *cls,
@@ -3990,7 +3990,7 @@ struct LookupTransferDetailsContext
  *
  * @param cls of type `struct LookupTransferDetailsContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_transfer_details_cb (void *cls,
@@ -4118,7 +4118,7 @@ struct LookupTransfersContext
  *
  * @param cls of type `struct LookupTransfersContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_transfers_cb (void *cls,
@@ -4518,7 +4518,7 @@ struct LookupReservesContext
  *
  * @param[in,out] cls of type `struct LookupReservesContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_reserves_cb (void *cls,
@@ -4690,7 +4690,7 @@ struct LookupPendingReservesContext
  *
  * @param[in,out] cls of type `struct LookupReservesContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_pending_reserves_cb (void *cls,
@@ -4806,7 +4806,7 @@ struct LookupTipsContext
  *
  * @param[in,out] cls of type `struct LookupTipsContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_reserve_tips_cb (void *cls,
@@ -5053,7 +5053,7 @@ struct LookupReserveForTipContext
  *
  * @param[in,out] cls of type `struct LookupReserveForTipContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_reserve_for_tip_cb (void *cls,
@@ -5366,7 +5366,7 @@ struct LookupSignaturesContext
  *
  * @param[in,out] cls of type `struct LookupSignaturesContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_signatures_cb (void *cls,
@@ -5565,7 +5565,7 @@ struct LookupMerchantTipsContext
  *
  * @param[in,out] cls of type `struct LookupTipsContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_tips_cb (void *cls,
@@ -5701,7 +5701,7 @@ struct LookupTipDetailsContext
  *
  * @param[in,out] cls of type `struct LookupTipDetailsContext *`
  * @param result the postgres result
- * @param num_result the number of results in @a result
+ * @param num_results the number of results in @a result
  */
 static void
 lookup_pickup_details_cb (void *cls,

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