From 9e9ef3293d5b45f7d67d60aca3eff1d24998d999 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 6 Jul 2019 22:39:34 +0200 Subject: [PATCH] sys/sha1: deduplicate sys_hashes_sha1 group definition --- sys/hashes/sha1.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/hashes/sha1.c b/sys/hashes/sha1.c index 62f256e692..5bfec518c5 100644 --- a/sys/hashes/sha1.c +++ b/sys/hashes/sha1.c @@ -11,14 +11,12 @@ */ /** - * @defgroup sys_hashes_sha1 SHA-1 - * @ingroup sys_hashes - * @brief Implementation of the SHA-1 hashing function + * @ingroup sys_hashes_sha1 * @{ * * @file - * @brief SHA-1 interface definition + * @brief Implementation of the SHA-1 hashing function * * @author Wei Dai and others * @author Oliver Hahm