1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc: add sys_math group

This commit is contained in:
Jose Alamos 2018-08-24 17:50:37 +02:00
parent 69b2baeebe
commit 497dcb950c

View File

@ -22,3 +22,9 @@
* See http://wiki.osdev.org/Stack_Smashing_Protector for a more detailed
* description.
*/
/**
* @defgroup sys_math Math libraries and utilities
* @ingroup sys
* @brief Provides math libraries and utilities for RIOT
*/