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
|
* @defgroup pkg_fatfs FAT file system
|
||||||
* @ingroup pkg
|
* @ingroup pkg
|
||||||
* @ingroup sys
|
* @ingroup sys_fs
|
||||||
* @brief Provides FAT file system support
|
* @brief Provides FAT file system support
|
||||||
* @see http://elm-chan.org/fsw/ff/00index_e.html
|
* @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 pkg
|
||||||
* @ingroup sys
|
* @ingroup sys
|
||||||
* @brief Provides a cross platform fixed point maths library to RIOT.
|
* @brief Provides a cross platform fixed point maths library to RIOT.
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup pkg_micro_ecc Micro-ECC for RIOT
|
* @defgroup pkg_micro_ecc Micro-ECC for RIOT
|
||||||
* @ingroup pkg
|
* @ingroup pkg
|
||||||
* @ingroup sys
|
* @ingroup sys_crypto
|
||||||
* @brief Micro-ECC for RIOT
|
* @brief Micro-ECC for RIOT
|
||||||
*
|
*
|
||||||
* # Micro-ECC for RIOT
|
* # Micro-ECC for RIOT
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup pkg_relic Relic toolkit for RIOT
|
* @defgroup pkg_relic Relic toolkit for RIOT
|
||||||
* @ingroup pkg
|
* @ingroup pkg
|
||||||
* @ingroup sys
|
* @ingroup sys_crypto
|
||||||
* @brief Provides the Relic cryptographic toolkit to RIOT
|
* @brief Provides the Relic cryptographic toolkit to RIOT
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup pkg_spiffs SPI flash file system
|
* @defgroup pkg_spiffs SPI flash file system
|
||||||
* @ingroup pkg
|
* @ingroup pkg
|
||||||
* @ingroup sys
|
* @ingroup sys_fs
|
||||||
* @brief Provides a file system for SPI NOR flash devices
|
* @brief Provides a file system for SPI NOR flash devices
|
||||||
* @see https://github.com/pellepl/spiffs
|
* @see https://github.com/pellepl/spiffs
|
||||||
*/
|
*/
|
||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup pkg_tiny-asn1 Lightweight ASN.1 decoding/encoding library
|
* @defgroup pkg_tiny-asn1 Lightweight ASN.1 decoding/encoding library
|
||||||
* @ingroup pkg
|
* @ingroup pkg
|
||||||
* @ingroup sys
|
* @ingroup sys_crypto
|
||||||
* @brief Lightweight ASN.1 decoding/encoding library
|
* @brief Lightweight ASN.1 decoding/encoding library
|
||||||
* @see https://gitlab.com/matthegap/tiny-asn1
|
* @see https://gitlab.com/matthegap/tiny-asn1
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup pkg_wakaama Wakaama LwM2M implementation
|
* @defgroup pkg_wakaama Wakaama LwM2M implementation
|
||||||
* @ingroup pkg
|
* @ingroup pkg
|
||||||
|
* @ingroup net
|
||||||
* @brief Provides the Wakaama implementation of LwM2M
|
* @brief Provides the Wakaama implementation of LwM2M
|
||||||
* @see https://github.com/eclipse/wakaama
|
* @see https://github.com/eclipse/wakaama
|
||||||
*/
|
*/
|
||||||
Loading…
x
Reference in New Issue
Block a user