1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

fixup! pkg: enhance doxygen packages documentation

This commit is contained in:
Alexandre Abadie 2017-07-03 11:18:47 +02:00
parent c4ebd18be2
commit 2802c1e5dd
7 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,7 @@
/**
* @defgroup pkg_fatfs FAT file system
* @ingroup pkg
* @ingroup sys
* @ingroup sys_fs
* @brief Provides FAT file system support
* @see http://elm-chan.org/fsw/ff/00index_e.html
*/

View File

@ -1,5 +1,5 @@
/**
* @defgroup pkg_lib_fix_math Cross platform fixed point maths library
* @defgroup pkg_libfixmath Cross platform fixed point maths library
* @ingroup pkg
* @ingroup sys
* @brief Provides a cross platform fixed point maths library to RIOT.

View File

@ -1,7 +1,7 @@
/**
* @defgroup pkg_micro_ecc Micro-ECC for RIOT
* @ingroup pkg
* @ingroup sys
* @ingroup sys_crypto
* @brief Micro-ECC for RIOT
*
* # Micro-ECC for RIOT

View File

@ -1,7 +1,7 @@
/**
* @defgroup pkg_relic Relic toolkit for RIOT
* @ingroup pkg
* @ingroup sys
* @ingroup sys_crypto
* @brief Provides the Relic cryptographic toolkit to RIOT
*
*

View File

@ -1,7 +1,7 @@
/**
* @defgroup pkg_spiffs SPI flash file system
* @ingroup pkg
* @ingroup sys
* @ingroup sys_fs
* @brief Provides a file system for SPI NOR flash devices
* @see https://github.com/pellepl/spiffs
*/

View File

@ -1,7 +1,7 @@
/**
* @defgroup pkg_tiny-asn1 Lightweight ASN.1 decoding/encoding library
* @ingroup pkg
* @ingroup sys
* @ingroup sys_crypto
* @brief Lightweight ASN.1 decoding/encoding library
* @see https://gitlab.com/matthegap/tiny-asn1
*/

View File

@ -1,6 +1,7 @@
/**
* @defgroup pkg_wakaama Wakaama LwM2M implementation
* @ingroup pkg
* @ingroup net
* @brief Provides the Wakaama implementation of LwM2M
* @see https://github.com/eclipse/wakaama
*/