1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

Merge pull request #8407 from aabadie/pr/socket_zep_doxygen

cpu/native/socket_zep: fix doxygen grouping
This commit is contained in:
Martine Lenders 2018-01-23 09:54:25 +01:00 committed by GitHub
commit e15de2871a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@
*/
/**
* @defgroup netdev_socket_zep Socket-based ZEP
* @ingroup netdev
* @defgroup drivers_socket_zep Socket-based ZEP
* @ingroup drivers_netdev
* @brief UDP socket-based IEEE 802.15.4 device over ZEP
* @{
*

View File

@ -7,11 +7,11 @@
*/
/**
* @ingroup netdev_socket_zep
* @ingroup drivers_socket_zep
* @{
*
* @file
* @brief Configuration parameters for the @ref netdev_socket_zep driver
* @brief Configuration parameters for the @ref drivers_socket_zep driver
*
* @author Martine Lenders <m.lenders@fu-berlin.de>
*/