-fix doxygen

This commit is contained in:
Christian Grothoff 2023-05-11 11:47:35 +02:00
parent 7899bc5621
commit bc03a27cba
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit e50e37672fae7983fb5e934cd1d381b92648f7b6 Subproject commit 85736484cb0da26aded705ebb1e944e8bb1b8504

View File

@ -1041,7 +1041,7 @@ start_conversion (const struct TALER_KYCLOGIC_ProviderDetails *pd,
* @param cls closure with a `struct TALER_KYCLOGIC_ProofHandle *` * @param cls closure with a `struct TALER_KYCLOGIC_ProofHandle *`
* @param status_type how did the process die * @param status_type how did the process die
* @param code termination status code from the process * @param code termination status code from the process
* @param result some JSON result, NULL if we failed to get an JSON output * @param attr result some JSON result, NULL if we failed to get an JSON output
*/ */
static void static void
proof_post_conversion_cb (void *cls, proof_post_conversion_cb (void *cls,
@ -1603,7 +1603,7 @@ webhook_reply_error (struct TALER_KYCLOGIC_WebhookHandle *wh,
* @param cls closure with a `struct TALER_KYCLOGIC_WebhookHandle *` * @param cls closure with a `struct TALER_KYCLOGIC_WebhookHandle *`
* @param status_type how did the process die * @param status_type how did the process die
* @param code termination status code from the process * @param code termination status code from the process
* @param result some JSON result, NULL if we failed to get an JSON output * @param attr some JSON result, NULL if we failed to get an JSON output
*/ */
static void static void
webhook_post_conversion_cb (void *cls, webhook_post_conversion_cb (void *cls,