From 3e8be4c4f824a09df14734ac4ccb9bcc5b2535d2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Aug 2021 11:27:16 +0200 Subject: -doxygen fixes --- src/include/anastasis_crypto_lib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/anastasis_crypto_lib.h') diff --git a/src/include/anastasis_crypto_lib.h b/src/include/anastasis_crypto_lib.h index bf29b27..ee3ef16 100644 --- a/src/include/anastasis_crypto_lib.h +++ b/src/include/anastasis_crypto_lib.h @@ -14,7 +14,7 @@ Anastasis; see the file COPYING.GPL. If not, see */ /** - * @file lib/anastasis_cryto_lib.h + * @file include/anastasis_crypto_lib.h * @brief anastasis crypto api * @author Christian Grothoff * @author Dominik Meister @@ -370,7 +370,7 @@ ANASTASIS_CRYPTO_recovery_document_encrypt ( * are the first 48Byte of the data. * * @param id Hashed User input, used for the generation of the encryption key - * @param enc_rec_doc, contains the encrypted recovery document and the nonce and iv used for the encryption. + * @param enc_rec_doc contains the encrypted recovery document and the nonce and iv used for the encryption. * @param erd_size size of the data * @param[out] rec_doc return from the result, which contains the encrypted recovery document * and the nonce and iv used for the encryption as Additional Data @@ -464,7 +464,7 @@ ANASTASIS_CRYPTO_truth_decrypt ( * A key share is randomly generated, one key share is generated for every * truth a policy contains. * - * @param key_share[out] reference to the created key share. + * @param[out] key_share reference to the created key share. */ void ANASTASIS_CRYPTO_keyshare_create ( -- cgit v1.2.3