commit | 71432849ed87558d3b4e2e9adcd2bfa8f6609de6 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 20 16:19:35 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 20 17:26:50 2015 +0000 |
tree | 5737959bc4d38f6a767f8fafdfd556d0a5746c66 | |
parent | 47e0214d2c4365b3ea236ee72405bc7336a37c9e [diff] [blame] |
Use proper doxygen markup to mark deprecations
diff --git a/include/polarssl/md.h b/include/polarssl/md.h index 3472f80..95da80b 100644 --- a/include/polarssl/md.h +++ b/include/polarssl/md.h
@@ -204,7 +204,7 @@ * \brief Free the message-specific context of ctx. Freeing ctx itself * remains the responsibility of the caller. * - * \note Deprecated: Redirects to md_free() + * \deprecated Use md_free() instead * * \param ctx Free the message-specific context *