From 04a45df4bf83230ff469b2c3d5ae6382eaf13ce9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 Nov 2022 22:34:12 +0100 Subject: [PATCH] -doxygen --- src/include/taler_kyclogic_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/taler_kyclogic_lib.h b/src/include/taler_kyclogic_lib.h index c18c677df..60a7c23d2 100644 --- a/src/include/taler_kyclogic_lib.h +++ b/src/include/taler_kyclogic_lib.h @@ -232,8 +232,8 @@ TALER_KYCLOGIC_kyc_test_required (enum TALER_KYCLOGIC_KycTriggerEvent event, * * @param requirements space-spearated list of requirements * @param h_payto hash over the account - * @param[out] kyc_expire if satisfied, set to when the KYC - * check data expires + * @param[out] kyc_details if satisfied, set to what kind of + * KYC information was collected * @param ki iterator over satisfied providers * @param ki_cls closure for @a ki * @return true if the KYC check was satisfied