Merge pull request #6251 from LudwigKnuepfer/pr/doxygen-hashpipe

doc: hashes and isrpipe doxygen fixes
This commit is contained in:
Oleg Hahm 2016-12-21 23:04:54 +01:00 committed by GitHub
commit c330732d66
3 changed files with 6 additions and 5 deletions

View File

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

View File

@ -7,9 +7,7 @@
*/
/**
* @ingroup sys_hashes Hashes
* @ingroup sys
* @brief Hash function library
* @ingroup sys_hashes
* @{
*
* @file

View File

@ -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 <kaspar@schleiser.de>
*