From c4b87316334b9e002b413110e1815afb0befa2a7 Mon Sep 17 00:00:00 2001 From: Jose Alamos <jose.alamos@haw-hamburg.de> Date: Tue, 28 Aug 2018 19:25:32 +0200 Subject: [PATCH] hashes/md5: change ingroup directive --- sys/include/hashes/md5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/hashes/md5.h b/sys/include/hashes/md5.h index ccb38a6568..56623ad743 100644 --- a/sys/include/hashes/md5.h +++ b/sys/include/hashes/md5.h @@ -19,7 +19,7 @@ /** * @defgroup sys_hashes_md5 MD5 - * @ingroup sys_hashes + * @ingroup sys_hashes_unkeyed * @brief Implementation of the MD5 hashing function * * None of this will make any sense unless you're studying RFC 1321 as you -- GitLab