Skip to content
Snippets Groups Projects
Commit 58295ab7 authored by Jose Alamos's avatar Jose Alamos
Browse files

sys/matstat: change ingroup directive

parent d8719942
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
/**
* @defgroup sys_matstat Matstat - Integer mathematical statistics library
* @ingroup sys_math
* @brief Library for computing 1-pass statistics
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment