mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-09-05 14:24:02 +03:00
doxygen: fix parameter name typos and misused \p commands
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
@@ -137,7 +137,7 @@ int mbedtls_ssl_cache_set(void *data,
|
||||
*
|
||||
* \param data The SSL cache context to use.
|
||||
* \param session_id The pointer to the buffer holding the session ID
|
||||
* associated to \p session.
|
||||
* associated to session.
|
||||
* \param session_id_len The length of \p session_id in bytes.
|
||||
*
|
||||
* \return \c 0 on success. This indicates the cache entry for
|
||||
|
Reference in New Issue
Block a user