mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 19:01:09 +00:00
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.
This commit is contained in:
parent
e584ccb6fd
commit
7baf0d5702
|
@ -1887,7 +1887,7 @@ psa_status_t psa_generate_random(uint8_t *output,
|
||||||
* interpretation of this parameter depends on
|
* interpretation of this parameter depends on
|
||||||
* \c type. All types support \c NULL to use
|
* \c type. All types support \c NULL to use
|
||||||
* the default parameters specified below.
|
* 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.
|
* points to, in bytes.
|
||||||
*
|
*
|
||||||
* For any symmetric key type (type such that
|
* For any symmetric key type (type such that
|
||||||
|
|
Loading…
Reference in a new issue