From 497dcb950c17387521476c938c32430a1054b3c4 Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Fri, 24 Aug 2018 17:50:37 +0200 Subject: [PATCH] doc: add sys_math group --- sys/doc.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/doc.txt b/sys/doc.txt index 9dda1b2c8f..7fa868c9c9 100644 --- a/sys/doc.txt +++ b/sys/doc.txt @@ -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 + */