From 2802c1e5dd8f45ff1f4ce294bcd6ebf7d493461a Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Mon, 3 Jul 2017 11:18:47 +0200 Subject: [PATCH] fixup! pkg: enhance doxygen packages documentation --- pkg/fatfs/doc.txt | 2 +- pkg/libfixmath/doc.txt | 2 +- pkg/micro-ecc/doc.txt | 2 +- pkg/relic/doc.txt | 2 +- pkg/spiffs/doc.txt | 2 +- pkg/tiny-asn1/doc.txt | 2 +- pkg/wakaama/doc.txt | 1 + 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pkg/fatfs/doc.txt b/pkg/fatfs/doc.txt index c47dc6e4ab..3a8df2483b 100644 --- a/pkg/fatfs/doc.txt +++ b/pkg/fatfs/doc.txt @@ -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 */ \ No newline at end of file diff --git a/pkg/libfixmath/doc.txt b/pkg/libfixmath/doc.txt index caff4a6e69..34caa8fecb 100644 --- a/pkg/libfixmath/doc.txt +++ b/pkg/libfixmath/doc.txt @@ -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. diff --git a/pkg/micro-ecc/doc.txt b/pkg/micro-ecc/doc.txt index 656506024d..9e2fd9dc1d 100644 --- a/pkg/micro-ecc/doc.txt +++ b/pkg/micro-ecc/doc.txt @@ -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 diff --git a/pkg/relic/doc.txt b/pkg/relic/doc.txt index ad0a2de821..860ec3dbd5 100644 --- a/pkg/relic/doc.txt +++ b/pkg/relic/doc.txt @@ -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 * * diff --git a/pkg/spiffs/doc.txt b/pkg/spiffs/doc.txt index bf6d836a66..5da63d7e8f 100644 --- a/pkg/spiffs/doc.txt +++ b/pkg/spiffs/doc.txt @@ -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 */ \ No newline at end of file diff --git a/pkg/tiny-asn1/doc.txt b/pkg/tiny-asn1/doc.txt index 7ce634813b..cc92960e7f 100644 --- a/pkg/tiny-asn1/doc.txt +++ b/pkg/tiny-asn1/doc.txt @@ -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 */ diff --git a/pkg/wakaama/doc.txt b/pkg/wakaama/doc.txt index 9cd510554c..53dc76704c 100644 --- a/pkg/wakaama/doc.txt +++ b/pkg/wakaama/doc.txt @@ -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 */ \ No newline at end of file