From dac54db2750ca7e06ec831848d02e32c8f4dc3e7 Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Fri, 24 Aug 2018 17:19:02 +0200 Subject: [PATCH] sys/ubjson: change ingroup directive --- sys/include/ubjson.h | 6 +++--- sys/ubjson/ubjson-read.c | 2 +- sys/ubjson/ubjson-write.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/include/ubjson.h b/sys/include/ubjson.h index fad8544fa1..fd60cb9c3c 100644 --- a/sys/include/ubjson.h +++ b/sys/include/ubjson.h @@ -17,9 +17,9 @@ */ /** - * @defgroup sys_ubjson Universal Binary JSON - * @ingroup sys - * @brief A library to read and write UBJSON serialized data. + * @defgroup sys_ubjson Universal Binary JSON library + * @ingroup sys_serialization + * @brief Provides a library to read and write UBJSON serialized data * @{ * * @file diff --git a/sys/ubjson/ubjson-read.c b/sys/ubjson/ubjson-read.c index 42dfb85dbe..c53d56fb66 100644 --- a/sys/ubjson/ubjson-read.c +++ b/sys/ubjson/ubjson-read.c @@ -17,7 +17,7 @@ */ /** - * @ingroup sys + * @ingroup sys_ubjson * @{ * @file * @brief Universal Binary JSON deserializer diff --git a/sys/ubjson/ubjson-write.c b/sys/ubjson/ubjson-write.c index 9a05539fa5..4c8af605c9 100644 --- a/sys/ubjson/ubjson-write.c +++ b/sys/ubjson/ubjson-write.c @@ -17,7 +17,7 @@ */ /** - * @ingroup sys + * @ingroup sys_ubjson * @{ * @file * @brief Universal Binary JSON deserializer