From 5e195e82ca352d6c20c1aa92dd0b195abd69f3de Mon Sep 17 00:00:00 2001 From: Aiman Ismail Date: Thu, 12 Sep 2019 14:55:52 +0300 Subject: [PATCH 1/2] wolfssl: move to 'net' doxygen group --- pkg/wolfssl/doc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/wolfssl/doc.txt b/pkg/wolfssl/doc.txt index 7c3e19f6da..74e1dbc4cc 100644 --- a/pkg/wolfssl/doc.txt +++ b/pkg/wolfssl/doc.txt @@ -1,8 +1,8 @@ /** - * @defgroup pkg_wolfssl Embedded SSL/TLS library + * @defgroup pkg_wolfssl WolfSSL Embedded SSL/TLS library * @ingroup pkg - * @ingroup sys - * @brief Provides SSL/TLS solution + * @ingroup net net_dtls + * @brief Provides the WolfSSL SSL/TLS solution * * # Introduction * From 083c8f79c08f3d110f30b023fce825b3d91da4df Mon Sep 17 00:00:00 2001 From: Aiman Ismail Date: Thu, 12 Sep 2019 14:58:16 +0300 Subject: [PATCH 2/2] net/dtls: add reference to wolfssl pkg --- sys/include/net/dtls.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/include/net/dtls.h b/sys/include/net/dtls.h index 77961299d0..4a1af9ed97 100644 --- a/sys/include/net/dtls.h +++ b/sys/include/net/dtls.h @@ -19,6 +19,7 @@ * with the pkg system. Supported DTLS implementations are: * * - @ref pkg_tinydtls "TinyDTLS" + * - @ref pkg_wolfssl "WolfSSL" * * The other way of using DTLS is through the @ref net_sock_dtls * "DTLS sock API".