-doxygen fixes

This commit is contained in:
Christian Grothoff 2022-08-11 23:50:11 +02:00
parent 1009084e94
commit 66307ecc03
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 1 deletions

View File

@ -7823,6 +7823,7 @@ postgres_aggregate (
* @param cls the @e cls of this struct with the plugin-specific state
* @param h_payto destination of the wire transfer
* @param exchange_account_section exchange account to use
* @param merchant_pub public key of the merchant receiving the transfer
* @param wtid the raw wire transfer identifier to be used
* @param total amount to be wired in the future
* @return transaction status
@ -7857,6 +7858,7 @@ postgres_create_aggregation_transient (
*
* @param cls the @e cls of this struct with the plugin-specific state
* @param h_payto destination of the wire transfer
* @param merchant_pub public key of the merchant receiving the transfer
* @param exchange_account_section exchange account to use
* @param[out] wtid set to the raw wire transfer identifier to be used
* @param[out] total existing amount to be wired in the future

View File

@ -309,7 +309,6 @@ template_proof_cancel (struct TALER_KYCLOGIC_ProofHandle *ph)
* @param http_method HTTP method used for the webhook
* @param url_path rest of the URL after `/kyc-webhook/`
* @param connection MHD connection object (for HTTP headers)
* @param body_size number of bytes in @a body
* @param body HTTP request body
* @param cb function to call with the result
* @param cb_cls closure for @a cb