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:
parent
c7767e30cf
commit
1df711420f
3 changed files with 3 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* @brief Socket NET_MGMT library
|
||||
* @defgroup socket_net_mgmt Network Core Library
|
||||
* @defgroup socket_net_mgmt Socket NET_MGMT library
|
||||
* @ingroup networking
|
||||
* @{
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* @brief SocketCAN library
|
||||
* @defgroup socket_can Network Core Library
|
||||
* @defgroup socket_can SocketCAN library
|
||||
* @ingroup networking
|
||||
* @{
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -22,8 +22,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* @brief SocketCAN utilities
|
||||
* @defgroup socket_can Network Core Library
|
||||
* @ingroup networking
|
||||
* @addtogroup socket_can
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue