Commit 11a552b0 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Daniel DeGrasse
Browse files

include: drivers: virtio: fix doxygen groups



Virtio Doxygen documentation is now folded under Device Driver API group
like it should be.

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent ee2b9a4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@ extern "C" {
/**
 * @brief Virtio Interface
 * @defgroup virtio_interface Virtio Interface
 * @ingroup io_interfaces
 * @{
 */


/**
 * Callback used during virtqueue enumeration
 *
+6 −5
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ extern "C" {
/**
 * @brief Virtqueue Interface
 * @defgroup virtqueue_interface Virtqueue Interface
 * @ingroup virtio_interface
 * @{
 */