From 7baf0d57024b32b99b6dfaba74fca28cc006bde6 Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Tue, 26 Jun 2018 18:02:59 +0100 Subject: [PATCH] psa: doxygen: Fix parameters reference Doxygen interprets `\param` as starting documentation for a new param, or to extend a previously started `\param` documentation when the same reference is used. The intention here was to reference the function parameter, not extend the previous documentation. Use `\p` to refer to function parameters. --- include/psa/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto.h b/include/psa/crypto.h index 38735f2dc..9a1eec96a 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h @@ -1887,7 +1887,7 @@ psa_status_t psa_generate_random(uint8_t *output, * interpretation of this parameter depends on * \c type. All types support \c NULL to use * the default parameters specified below. - * \param parameters_size Size of the buffer that \param parameters + * \param parameters_size Size of the buffer that \p parameters * points to, in bytes. * * For any symmetric key type (type such that