mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +01:00
Merge pull request #8888 from miri64/doc/fix/sys_util
doc: remove sys_util references
This commit is contained in:
commit
3fea1eaa30
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user