summaryrefslogtreecommitdiff
path: root/src/backenddb
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 15:55:21 +0200
committerMS <ms@taler.net>2020-10-15 15:55:21 +0200
commit377cfaf23f88bd5597be5be2a3c3e4e49975cc47 (patch)
treec771c9b3bb95c35a0b5ed72f94027a174a186fd4 /src/backenddb
parent7cee0e43b929543cdceaad3f4e66da1728ecd40e (diff)
downloadmerchant-377cfaf23f88bd5597be5be2a3c3e4e49975cc47.tar.gz
merchant-377cfaf23f88bd5597be5be2a3c3e4e49975cc47.tar.bz2
merchant-377cfaf23f88bd5597be5be2a3c3e4e49975cc47.zip
Doxygen fixes
Diffstat (limited to 'src/backenddb')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c46
1 files changed, 23 insertions, 23 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 2c5b9e93..2c26b233 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,