mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Use proper doxygen markup to mark deprecations
This commit is contained in:
@ -376,7 +376,7 @@ int cipher_init_ctx( cipher_context_t *ctx, const cipher_info_t *cipher_info );
|
||||
* \brief Free the cipher-specific context of ctx. Freeing ctx
|
||||
* itself remains the responsibility of the caller.
|
||||
*
|
||||
* \note Deprecated: Redirects to cipher_free()
|
||||
* \deprecated Use cipher_free() instead
|
||||
*
|
||||
* \param ctx Free the cipher-specific context
|
||||
*
|
||||
|
Reference in New Issue
Block a user