From 0a2909519760bdcf6e8987f1f0806c30f24f8521 Mon Sep 17 00:00:00 2001 From: Jose Alamos <jose.alamos@haw-hamburg.de> Date: Tue, 28 Aug 2018 19:25:49 +0200 Subject: [PATCH] hashes/sha1: change ingroup directive --- sys/include/hashes/sha1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/hashes/sha1.h b/sys/include/hashes/sha1.h index 02ffd8dfb1..f9b791c47c 100644 --- a/sys/include/hashes/sha1.h +++ b/sys/include/hashes/sha1.h @@ -8,7 +8,7 @@ /** * @defgroup sys_hashes_sha1 SHA-1 - * @ingroup sys_hashes + * @ingroup sys_hashes_unkeyed * @brief Implementation of the SHA-1 hashing function * @{ -- GitLab