inlcude: zephyr: net: Fix copy-paste doxygen errors

Use proper description for the socket_can and socket_net_mgmt groups.

Additionally, socket_can group was defined twice, which is incorrect.
For socketcan_utils.h use @addtogroup instead to merge the API
documentation into the socket_can group defined in socketcan.h.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2024-07-23 16:15:22 +02:00 committed by Anas Nashif
parent c7767e30cf
commit 1df711420f
3 changed files with 3 additions and 4 deletions

View file

@ -24,7 +24,7 @@ extern "C" {
/** /**
* @brief Socket NET_MGMT library * @brief Socket NET_MGMT library
* @defgroup socket_net_mgmt Network Core Library * @defgroup socket_net_mgmt Socket NET_MGMT library
* @ingroup networking * @ingroup networking
* @{ * @{
*/ */

View file

@ -23,7 +23,7 @@ extern "C" {
/** /**
* @brief SocketCAN library * @brief SocketCAN library
* @defgroup socket_can Network Core Library * @defgroup socket_can SocketCAN library
* @ingroup networking * @ingroup networking
* @{ * @{
*/ */

View file

@ -22,8 +22,7 @@ extern "C" {
/** /**
* @brief SocketCAN utilities * @brief SocketCAN utilities
* @defgroup socket_can Network Core Library * @addtogroup socket_can
* @ingroup networking
* @{ * @{
*/ */