mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/matstat: change ingroup directive
This commit is contained in:
parent
d87199420c
commit
58295ab757
@ -7,9 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup sys_matstat Matstat - Integer mathematical statistics library
|
* @ingroup sys_matstat
|
||||||
* @ingroup sys
|
|
||||||
* @brief Library for computing 1-pass statistics
|
|
||||||
*
|
*
|
||||||
* The Matstat library uses single pass algorithms to compute statistic measures
|
* The Matstat library uses single pass algorithms to compute statistic measures
|
||||||
* such as mean and variance over many values. The values can be immediately
|
* such as mean and variance over many values. The values can be immediately
|
||||||
|
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
|
||||||
|
*/
|
Loading…
Reference in New Issue
Block a user