From 70420197edfe686d81c61928845a42d56e612273 Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Fri, 24 Aug 2018 17:57:55 +0200 Subject: [PATCH] sys/seq: change ingroup directive --- sys/include/seq.h | 4 +--- sys/seq/doc.txt | 5 +++++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 sys/seq/doc.txt diff --git a/sys/include/seq.h b/sys/include/seq.h index 942c0d4a2f..e9f007b32e 100644 --- a/sys/include/seq.h +++ b/sys/include/seq.h @@ -7,9 +7,7 @@ */ /** - * @defgroup sys_seq Serial Number Arithmetic - * @ingroup sys - * @brief Serial Number Arithmetic (RFC 1982) + * @ingroup sys_seq * @{ * * @file diff --git a/sys/seq/doc.txt b/sys/seq/doc.txt new file mode 100644 index 0000000000..167da65bc9 --- /dev/null +++ b/sys/seq/doc.txt @@ -0,0 +1,5 @@ +/** + * @defgroup sys_seq Serial Number Arithmetic + * @ingroup sys_math + * @brief Serial Number Arithmetic (RFC 1982) + */