diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-05-11 11:47:35 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-05-11 11:47:35 +0200 |
commit | bc03a27cba050e06ee449fc29d6024be39bd7a84 (patch) | |
tree | 236b8231cdb16248a63925a5e4f212a38a9da13d | |
parent | 7899bc5621d7f5040e2938b034705a7e3569f31d (diff) |
-fix doxygen
m--------- | contrib/gana | 0 | ||||
-rw-r--r-- | src/kyclogic/plugin_kyclogic_persona.c | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gana b/contrib/gana -Subproject e50e37672fae7983fb5e934cd1d381b92648f7b +Subproject 85736484cb0da26aded705ebb1e944e8bb1b850 diff --git a/src/kyclogic/plugin_kyclogic_persona.c b/src/kyclogic/plugin_kyclogic_persona.c index 35ab9ded7..e14a50390 100644 --- a/src/kyclogic/plugin_kyclogic_persona.c +++ b/src/kyclogic/plugin_kyclogic_persona.c @@ -1041,7 +1041,7 @@ start_conversion (const struct TALER_KYCLOGIC_ProviderDetails *pd, * @param cls closure with a `struct TALER_KYCLOGIC_ProofHandle *` * @param status_type how did the process die * @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 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 status_type how did the process die * @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 webhook_post_conversion_cb (void *cls, |