1
0
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:
Jose Alamos 2018-08-24 17:51:11 +02:00
parent 497dcb950c
commit d87199420c

View File

@ -9,13 +9,13 @@
/**
* @defgroup sys_div Integer division functions
* @ingroup sys
* @ingroup sys_math
*
* 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
* @ingroup sys_div
* @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
* @{