1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/ubjson: change ingroup directive

This commit is contained in:
Jose Alamos 2018-08-24 17:19:02 +02:00
parent 851150847c
commit dac54db275
3 changed files with 5 additions and 5 deletions

View File

@ -17,9 +17,9 @@
*/ */
/** /**
* @defgroup sys_ubjson Universal Binary JSON * @defgroup sys_ubjson Universal Binary JSON library
* @ingroup sys * @ingroup sys_serialization
* @brief A library to read and write UBJSON serialized data. * @brief Provides a library to read and write UBJSON serialized data
* @{ * @{
* *
* @file * @file

View File

@ -17,7 +17,7 @@
*/ */
/** /**
* @ingroup sys * @ingroup sys_ubjson
* @{ * @{
* @file * @file
* @brief Universal Binary JSON deserializer * @brief Universal Binary JSON deserializer

View File

@ -17,7 +17,7 @@
*/ */
/** /**
* @ingroup sys * @ingroup sys_ubjson
* @{ * @{
* @file * @file
* @brief Universal Binary JSON deserializer * @brief Universal Binary JSON deserializer