mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/seq: change ingroup directive
This commit is contained in:
parent
58295ab757
commit
70420197ed
@ -7,9 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup sys_seq Serial Number Arithmetic
|
* @ingroup sys_seq
|
||||||
* @ingroup sys
|
|
||||||
* @brief Serial Number Arithmetic (RFC 1982)
|
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
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…
Reference in New Issue
Block a user