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 * 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".