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)
|
* @defgroup pkg_cayenne-lpp Cayenne Low Power Payload (LPP)
|
||||||
* @ingroup pkg
|
* @ingroup pkg
|
||||||
* @ingroup sys
|
* @ingroup sys_serialization
|
||||||
* @brief Provides a RIOT support for Cayenne LPP format
|
* @brief Provides a RIOT support for Cayenne LPP format
|
||||||
*
|
*
|
||||||
* The Cayenne Low Power Payload (LPP) provides a convenient and easy way to
|
* The Cayenne Low Power Payload (LPP) provides a convenient and easy way to
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup pkg_cn-cbor cn-cbor
|
* @defgroup pkg_cn-cbor cn-cbor
|
||||||
* @ingroup pkg
|
* @ingroup pkg
|
||||||
* @ingroup sys
|
* @ingroup sys_serialization
|
||||||
* @brief A constrained node implementation of CBOR in C
|
* @brief A constrained node implementation of CBOR in C
|
||||||
*
|
*
|
||||||
* @see https://github.com/cabo/cn-cbor
|
* @see https://github.com/cabo/cn-cbor
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup pkg_jsmn JSON parser library
|
* @defgroup pkg_jsmn JSON parser library
|
||||||
* @ingroup pkg
|
* @ingroup pkg
|
||||||
* @ingroup sys
|
* @ingroup sys_serialization
|
||||||
* @brief Provides a JSON parser library to RIOT
|
* @brief Provides a JSON parser library to RIOT
|
||||||
*
|
*
|
||||||
* @see https://github.com/zserge/jsmn
|
* @see https://github.com/zserge/jsmn
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup pkg_minmea GPS parser library
|
* @defgroup pkg_minmea GPS parser library
|
||||||
* @ingroup pkg
|
* @ingroup pkg
|
||||||
* @ingroup sys
|
* @ingroup sys_serialization
|
||||||
* @brief Provides a GPS parser library to RIOT
|
* @brief Provides a GPS parser library to RIOT
|
||||||
*
|
*
|
||||||
* # Introduction
|
* # Introduction
|
||||||
@ -15,4 +15,4 @@
|
|||||||
* Licensed under WTFPL.
|
* Licensed under WTFPL.
|
||||||
*
|
*
|
||||||
* @see https://github.com/cloudyourcar/minmea
|
* @see https://github.com/cloudyourcar/minmea
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -34,3 +34,9 @@
|
|||||||
* @ingroup sys
|
* @ingroup sys
|
||||||
* @brief Provides memory management implementations and utilities
|
* @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
|
* @defgroup sys_base64 base64 encoder decoder
|
||||||
* @ingroup sys
|
* @ingroup sys_serialization
|
||||||
* @brief base64 encoder and decoder
|
* @brief base64 encoder and decoder
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup sys
|
* @ingroup sys_ubjson
|
||||||
* @{
|
* @{
|
||||||
* @file
|
* @file
|
||||||
* @brief Universal Binary JSON deserializer
|
* @brief Universal Binary JSON deserializer
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup sys
|
* @ingroup sys_ubjson
|
||||||
* @{
|
* @{
|
||||||
* @file
|
* @file
|
||||||
* @brief Universal Binary JSON deserializer
|
* @brief Universal Binary JSON deserializer
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user