mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/div.h: change ingroup directive
This commit is contained in:
parent
497dcb950c
commit
d87199420c
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup sys_div Integer division functions
|
* @defgroup sys_div Integer division functions
|
||||||
* @ingroup sys
|
* @ingroup sys_math
|
||||||
*
|
*
|
||||||
* This header provides some integer division functions that can be used
|
* This header provides some integer division functions that can be used
|
||||||
* to prevent linking in compiler-generated ones, which are often larger.
|
* to prevent linking in compiler-generated ones, which are often larger.
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
* @ingroup sys
|
* @ingroup sys_div
|
||||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||||
* @{
|
* @{
|
||||||
|
Loading…
Reference in New Issue
Block a user