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:
parent
851150847c
commit
dac54db275
@ -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
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup sys
|
||||
* @ingroup sys_ubjson
|
||||
* @{
|
||||
* @file
|
||||
* @brief Universal Binary JSON deserializer
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup sys
|
||||
* @ingroup sys_ubjson
|
||||
* @{
|
||||
* @file
|
||||
* @brief Universal Binary JSON deserializer
|
||||
|
Loading…
Reference in New Issue
Block a user