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 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 *