From af1968e52a7442878968fcf41819b2ecf5761f0a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludwig=20Kn=C3=BCpfer?= <ludwig@spline.de>
Date: Tue, 20 Dec 2016 20:42:13 +0100
Subject: [PATCH] sys/hashes: fix doxygen group

- fix group membership
- improve description style
---
 sys/hashes/doc.txt   | 2 +-
 sys/include/hashes.h | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys/hashes/doc.txt b/sys/hashes/doc.txt
index 63f9e44605..3d2e5bfb91 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 d7224ead5a..84ed3413f0 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
-- 
GitLab