From af1968e52a7442878968fcf41819b2ecf5761f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20Kn=C3=BCpfer?= Date: Tue, 20 Dec 2016 20:42:13 +0100 Subject: [PATCH 1/2] 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 From d0de9aac7b6460c99337f21145cdd2663419ba2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20Kn=C3=BCpfer?= Date: Tue, 20 Dec 2016 20:47:27 +0100 Subject: [PATCH 2/2] sys/isrpipe: fix group - create group for isrpipe instead of adding it to sys directly - alter file description accordingly --- sys/include/isrpipe.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/include/isrpipe.h b/sys/include/isrpipe.h index 3d4590b07f..0afe60fe74 100644 --- a/sys/include/isrpipe.h +++ b/sys/include/isrpipe.h @@ -7,10 +7,13 @@ */ /** + * @defgroup isr_pipe ISR Pipe * @ingroup sys + * @brief ISR -> userspace pipe + * * @{ * @file - * @brief ISR -> userspace pipe interface + * @brief isrpipe Interface * * @author Kaspar Schleiser *