From 19d7098c9e7b8568ce47f62a72af742eba478150 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 1 Aug 2016 19:18:44 -0700 Subject: avutil: Group hash functions separately in Doxygen --- libavutil/ripemd.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'libavutil/ripemd.h') diff --git a/libavutil/ripemd.h b/libavutil/ripemd.h index 7b0c8bc89c..6d6bb3208f 100644 --- a/libavutil/ripemd.h +++ b/libavutil/ripemd.h @@ -19,6 +19,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * @ingroup lavu_ripemd + * Public header for RIPEMD hash function implementation. + */ + #ifndef AVUTIL_RIPEMD_H #define AVUTIL_RIPEMD_H @@ -29,7 +35,9 @@ /** * @defgroup lavu_ripemd RIPEMD - * @ingroup lavu_crypto + * @ingroup lavu_hash + * RIPEMD hash function implementation. + * * @{ */ -- cgit v1.2.3