1
0
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:
Martine Lenders 2018-04-09 16:52:23 +02:00 committed by GitHub
commit 3fea1eaa30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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