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:
parent
c4ebd18be2
commit
2802c1e5dd
@ -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
|
||||
*/
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
*
|
||||
*
|
||||
|
@ -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
|
||||
*/
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
Loading…
Reference in New Issue
Block a user