net: ethernet: Place MII defines into separate doxygen group

The Ethernet documentation will look better if we place
the MII defines into a separate ethernet_mii doxygen group.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2019-02-22 15:13:14 +02:00 committed by Anas Nashif
parent 907ea83b1e
commit b04ea677e7
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@
#define ZEPHYR_INCLUDE_NET_MII_H_
/**
* @addtogroup ethernet
* @brief Ethernet MII (media independent interface) functions
* @defgroup ethernet_mii Ethernet MII Support Functions
* @ingroup ethernet
* @{
*/