doc: hashes and isrpipe doxygen fixes
@ -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:
@ -7,9 +7,7 @@
*/
/**
* @ingroup sys_hashes Hashes
* @brief Hash function library
* @ingroup sys_hashes
* @{
* @file
@ -7,10 +7,13 @@
* @defgroup isr_pipe ISR Pipe
* @brief ISR -> userspace pipe
* @brief ISR -> userspace pipe interface
* @brief isrpipe Interface
* @author Kaspar Schleiser <kaspar@schleiser.de>