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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue