Skip to content
Snippets Groups Projects
Unverified Commit 3fea1eaa authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #8888 from miri64/doc/fix/sys_util

doc: remove sys_util references
parents fb2beb43 9efbfcd3
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
*/
/**
* @ingroup sys_util
* @{
*
* @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>
* @{
......
......@@ -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
*
* @{
......
......@@ -7,7 +7,6 @@
*/
/**
* @ingroup sys_util
* @{
*
* @file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment