commit ca7c3fda0ccf2dcd6ac67b4541763bf94248291e
parent db448ff4ecf78e4568cd9f37d20ba8e691efe9b8
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 1 Feb 2023 17:09:35 +0100
-doxygen fixes
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
@@ -7622,6 +7622,7 @@ struct LookupPendingWebhookContext
bool extract_failed;
};
+
/**
* Function to be called with the results of a SELECT statement
* that has returned @a num_results results about webhook.
@@ -7823,7 +7824,7 @@ postgres_lookup_all_webhooks (void *cls,
* Update the pending webhook. It is use if the webhook can't be send.
*
* @param cls closure
- * @param pending_webhook_serial pending_webhook that need to be update
+ * @param webhook_pending_serial pending_webhook that need to be update
* @param next_attempt when to try the webhook next
* @return database result code
*/
diff --git a/src/testing/testing_api_cmd_wallet_get_tip.c b/src/testing/testing_api_cmd_wallet_get_tip.c
@@ -77,7 +77,7 @@ struct WalletTipGetState
* expectations.
*
* @param cls closure
- * @param whr response
+ * @param wgr response
*/
static void
wallet_tip_get_cb (void *cls,