From f3ed6ea694e83e45d257fb64b5ae23e73bc81465 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Aug 2021 15:58:53 +0200 Subject: misc doxygen fixes --- src/lib/anastasis_backup.c | 3 +-- src/lib/anastasis_recovery.c | 9 ++++----- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'src/lib') diff --git a/src/lib/anastasis_backup.c b/src/lib/anastasis_backup.c index d97bdae..47017f2 100644 --- a/src/lib/anastasis_backup.c +++ b/src/lib/anastasis_backup.c @@ -611,8 +611,7 @@ struct ANASTASIS_SecretShare * Callback to process a POST /policy request * * @param cls closure - * @param ec anastasis-specific error code - * @param obj the decoded response body + * @param ud the decoded response body */ static void policy_store_cb (void *cls, diff --git a/src/lib/anastasis_recovery.c b/src/lib/anastasis_recovery.c index 2a606d2..e921cb1 100644 --- a/src/lib/anastasis_recovery.c +++ b/src/lib/anastasis_recovery.c @@ -236,8 +236,7 @@ struct ANASTASIS_Recovery * Function called with the results of a #ANASTASIS_keyshare_lookup(). * * @param cls closure - * @param http_status HTTP status of the request - * @param ud details about the lookup operation + * @param dd details about the lookup operation */ static void keyshare_lookup_cb (void *cls, @@ -536,11 +535,11 @@ ANASTASIS_challenge_abort (struct ANASTASIS_Challenge *c) /** - * Function called with the results of a ANASTASIS_policy_lookup + * Function called with the results of a #ANASTASIS_policy_lookup() * * @param cls closure - * @param http_status HTTP status of the request - * @param ud details about the lookup operation + * @param http_status HTTp status code. + * @param dd details about the lookup operation */ static void policy_lookup_cb (void *cls, -- cgit v1.2.3