diff --git a/sys/hashes/doc.txt b/sys/hashes/doc.txt index 63f9e4460..3d2e5bfb9 100644 --- a/sys/hashes/doc.txt +++ b/sys/hashes/doc.txt @@ -10,7 +10,7 @@ * @defgroup sys_hashes Hashes * @ingroup sys * - * @brief RIOT provides a collection of hash algorithms. + * @brief A collection of hash algorithms. * * RIOT supports the following hash functions: * diff --git a/sys/include/hashes.h b/sys/include/hashes.h index d7224ead5..84ed3413f 100644 --- a/sys/include/hashes.h +++ b/sys/include/hashes.h @@ -7,9 +7,7 @@ */ /** - * @ingroup sys_hashes Hashes - * @ingroup sys - * @brief Hash function library + * @ingroup sys_hashes * @{ * * @file