diff --git a/sys/bitfield/bitfield.c b/sys/bitfield/bitfield.c index e6f3d998d2..c710af3974 100644 --- a/sys/bitfield/bitfield.c +++ b/sys/bitfield/bitfield.c @@ -7,7 +7,6 @@ */ /** - * @ingroup sys_util * @{ * * @file diff --git a/sys/include/div.h b/sys/include/div.h index 456835ee0c..54bfa15242 100644 --- a/sys/include/div.h +++ b/sys/include/div.h @@ -8,13 +8,14 @@ */ /** - * @brief Integer division functions + * @defgroup sys_div Integer division functions + * @ingroup sys * * 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_util + * @ingroup sys * @author Kaspar Schleiser * @author Joakim NohlgÄrd * @{ diff --git a/sys/include/iolist.h b/sys/include/iolist.h index e5d8d753e7..9ccd45011e 100644 --- a/sys/include/iolist.h +++ b/sys/include/iolist.h @@ -7,8 +7,8 @@ */ /** - * @defgroup sys_util_iolist iolist scatter / gather IO - * @ingroup sys_util + * @defgroup sys_iolist iolist scatter / gather IO + * @ingroup sys * @brief Provides linked-list scatter / gather IO * * @{ diff --git a/sys/iolist/iolist.c b/sys/iolist/iolist.c index b64f0139e2..75e206004f 100644 --- a/sys/iolist/iolist.c +++ b/sys/iolist/iolist.c @@ -7,7 +7,6 @@ */ /** - * @ingroup sys_util * @{ * * @file