Skip to content

Commit

Permalink
Merge pull request #9840 from jia200x/pr/doc_serializer
Browse files Browse the repository at this point in the history
doc: add `serialization` group to Doxygen
  • Loading branch information
miri64 committed Oct 8, 2018
2 parents f38b71b + 470cec8 commit bbae45c
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pkg/cayenne-lpp/doc.txt
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/cn-cbor/doc.txt
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pkg/jsmn/doc.txt
@@ -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
*/
*/
4 changes: 2 additions & 2 deletions pkg/minmea/doc.txt
@@ -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
Expand All @@ -15,4 +15,4 @@
* Licensed under WTFPL.
*
* @see https://github.com/cloudyourcar/minmea
*/
*/
6 changes: 6 additions & 0 deletions sys/doc.txt
Expand Up @@ -34,3 +34,9 @@
* @ingroup sys
* @brief Provides memory management implementations and utilities
*/

/**
* @defgroup sys_serialization Serialization
* @ingroup sys
* @brief Utilities for data serialization
*/
2 changes: 1 addition & 1 deletion sys/include/base64.h
Expand Up @@ -9,7 +9,7 @@

/**
* @defgroup sys_base64 base64 encoder decoder
* @ingroup sys
* @ingroup sys_serialization
* @brief base64 encoder and decoder
* @{
*
Expand Down
6 changes: 3 additions & 3 deletions sys/include/ubjson.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sys/ubjson/ubjson-read.c
Expand Up @@ -17,7 +17,7 @@
*/

/**
* @ingroup sys
* @ingroup sys_ubjson
* @{
* @file
* @brief Universal Binary JSON deserializer
Expand Down
2 changes: 1 addition & 1 deletion sys/ubjson/ubjson-write.c
Expand Up @@ -17,7 +17,7 @@
*/

/**
* @ingroup sys
* @ingroup sys_ubjson
* @{
* @file
* @brief Universal Binary JSON deserializer
Expand Down

0 comments on commit bbae45c

Please sign in to comment.