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