1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc: remove sys_util references

This removes all references of the `sys_util` documentation group which
does not exist. Due to it being referenced by some module
documentations there were some cases where the rendered doc was broken:

* `div` did not appear in the list of modules
* `iolist` appeared on top level of the module tree
This commit is contained in:
Martine Lenders 2018-04-05 14:39:55 +02:00
parent da33bff707
commit 9efbfcd3ae
4 changed files with 5 additions and 6 deletions

View File

@ -7,7 +7,6 @@
*/
/**
* @ingroup sys_util
* @{
*
* @file

View File

@ -8,13 +8,14 @@
*/
/**
* @brief Integer division functions
* @defgroup sys_div Integer division functions
* @ingroup sys
*
* This header provides some integer division functions that can be used
* to prevent linking in compiler-generated ones, which are often larger.
*
* @file
* @ingroup sys_util
* @ingroup sys
* @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* @{

View File

@ -7,8 +7,8 @@
*/
/**
* @defgroup sys_util_iolist iolist scatter / gather IO
* @ingroup sys_util
* @defgroup sys_iolist iolist scatter / gather IO
* @ingroup sys
* @brief Provides linked-list scatter / gather IO
*
* @{

View File

@ -7,7 +7,6 @@
*/
/**
* @ingroup sys_util
* @{
*
* @file