Merge pull request #9840 from jia200x/pr/doc_serializer
doc: add `serialization` group to Doxygen
This commit is contained in:
commit
bbae45cc87
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @defgroup pkg_cayenne-lpp Cayenne Low Power Payload (LPP)
|
||||
* @ingroup pkg
|
||||
* @ingroup sys
|
||||
* @ingroup sys_serialization
|
||||
* @brief Provides a RIOT support for Cayenne LPP format
|
||||
*
|
||||
* The Cayenne Low Power Payload (LPP) provides a convenient and easy way to
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @defgroup pkg_cn-cbor cn-cbor
|
||||
* @ingroup pkg
|
||||
* @ingroup sys
|
||||
* @ingroup sys_serialization
|
||||
* @brief A constrained node implementation of CBOR in C
|
||||
*
|
||||
* @see https://github.com/cabo/cn-cbor
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
/**
|
||||
* @defgroup pkg_jsmn JSON parser library
|
||||
* @ingroup pkg
|
||||
* @ingroup sys
|
||||
* @ingroup sys_serialization
|
||||
* @brief Provides a JSON parser library to RIOT
|
||||
*
|
||||
* @see https://github.com/zserge/jsmn
|
||||
*/
|
||||
*/
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @defgroup pkg_minmea GPS parser library
|
||||
* @ingroup pkg
|
||||
* @ingroup sys
|
||||
* @ingroup sys_serialization
|
||||
* @brief Provides a GPS parser library to RIOT
|
||||
*
|
||||
* # Introduction
|
||||
@ -15,4 +15,4 @@
|
||||
* Licensed under WTFPL.
|
||||
*
|
||||
* @see https://github.com/cloudyourcar/minmea
|
||||
*/
|
||||
*/
|
||||
|
||||
@ -34,3 +34,9 @@
|
||||
* @ingroup sys
|
||||
* @brief Provides memory management implementations and utilities
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup sys_serialization Serialization
|
||||
* @ingroup sys
|
||||
* @brief Utilities for data serialization
|
||||
*/
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup sys_base64 base64 encoder decoder
|
||||
* @ingroup sys
|
||||
* @ingroup sys_serialization
|
||||
* @brief base64 encoder and decoder
|
||||
* @{
|
||||
*
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user