Merge pull request #9842 from jia200x/pr/doc_math
doc: add `math` group to Doxygen
This commit is contained in:
commit
0cfdaab246
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @defgroup pkg_libfixmath Cross platform fixed point maths library
|
||||
* @ingroup pkg
|
||||
* @ingroup sys
|
||||
* @ingroup sys_math
|
||||
* @brief Provides a cross platform fixed point maths library to RIOT.
|
||||
* @see https://github.com/PetteriAimonen/libfixmath
|
||||
*/
|
||||
*/
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
@ -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>
|
||||
* @{
|
||||
|
||||
@ -7,9 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup sys_matstat Matstat - Integer mathematical statistics library
|
||||
* @ingroup sys
|
||||
* @brief Library for computing 1-pass statistics
|
||||
* @ingroup sys_matstat
|
||||
*
|
||||
* The Matstat library uses single pass algorithms to compute statistic measures
|
||||
* such as mean and variance over many values. The values can be immediately
|
||||
|
||||
@ -7,9 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup sys_seq Serial Number Arithmetic
|
||||
* @ingroup sys
|
||||
* @brief Serial Number Arithmetic (RFC 1982)
|
||||
* @ingroup sys_seq
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
||||
5
sys/matstat/doc.txt
Normal file
5
sys/matstat/doc.txt
Normal file
@ -0,0 +1,5 @@
|
||||
/**
|
||||
* @defgroup sys_matstat Matstat - Integer mathematical statistics library
|
||||
* @ingroup sys_math
|
||||
* @brief Library for computing 1-pass statistics
|
||||
*/
|
||||
5
sys/seq/doc.txt
Normal file
5
sys/seq/doc.txt
Normal file
@ -0,0 +1,5 @@
|
||||
/**
|
||||
* @defgroup sys_seq Serial Number Arithmetic
|
||||
* @ingroup sys_math
|
||||
* @brief Serial Number Arithmetic (RFC 1982)
|
||||
*/
|
||||
Loading…
x
Reference in New Issue
Block a user