Use proper doxygen markup to mark deprecations
This commit is contained in:
parent
47e0214d2c
commit
71432849ed
10 changed files with 32 additions and 19 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue