Merge pull request #9840 from jia200x/pr/doc_serializer

doc: add `serialization` group to Doxygen
This commit is contained in:
Martine Lenders 2018-10-08 11:34:03 +02:00 committed by GitHub
commit bbae45cc87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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
*/
*/

View File

@ -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
*/
*/

View File

@ -34,3 +34,9 @@
* @ingroup sys
* @brief Provides memory management implementations and utilities
*/
/**
* @defgroup sys_serialization Serialization
* @ingroup sys
* @brief Utilities for data serialization
*/

View File

@ -9,7 +9,7 @@
/**
* @defgroup sys_base64 base64 encoder decoder
* @ingroup sys
* @ingroup sys_serialization
* @brief base64 encoder and decoder
* @{
*

View File

@ -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

View File

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

View File

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