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/reducer/anastasis_api_recovery_redux.c | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'src/reducer/anastasis_api_recovery_redux.c') diff --git a/src/reducer/anastasis_api_recovery_redux.c b/src/reducer/anastasis_api_recovery_redux.c index 0d395bc..84db8fe 100644 --- a/src/reducer/anastasis_api_recovery_redux.c +++ b/src/reducer/anastasis_api_recovery_redux.c @@ -261,7 +261,7 @@ update_state_by_error (json_t *state, * On success, the secret is returned in @a secret. * * @param cls handle for the callback - * @param ec error code + * @param rc error code * @param secret contains the core secret which is passed to the user * @param secret_size defines the size of the core secret */ @@ -1655,18 +1655,6 @@ typedef struct ANASTASIS_ReduxAction * void *cb_cls); -/** - * Operates on a recovery state depending on given #ANASTASIS_RecoveryState - * and #ANASTASIS_RecoveryAction. The new #ANASTASIS_RecoveryState is returned - * by a callback function. - * This function can do network access to talk to anastasis service providers. - * - * @param[in,out] state input/output state (to be modified) - * @param action what action to perform - * @param arguments data for the @a action - * @param cb function to call with the result - * @param cb_cls closure for @a cb - */ struct ANASTASIS_ReduxAction * ANASTASIS_recovery_action_ (json_t *state, const char *action, @@ -1919,9 +1907,9 @@ struct RecoverSecretState /** - * Function to free a #RecoverSecretState. + * Function to free a `struct RecoverSecretState` * - * @param cls closure for a #RecoverSecretState. + * @param cls must be a `struct RecoverSecretState` */ static void free_rss (void *cls) @@ -1967,7 +1955,7 @@ free_rss (void *cls) * we are called, it is because of some fatal error. * * @param cls a `struct PolicyDownloadEntry` - * @param ec error code + * @param rc error code * @param secret contains the core secret which is passed to the user * @param secret_size defines the size of the core secret */ -- cgit v1.2.3