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:
parent
907ea83b1e
commit
b04ea677e7
|
@ -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
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue