Skip to content

Commit 11a552b

Browse files
kartbendanieldegrasse
authored andcommitted
include: drivers: virtio: fix doxygen groups
Virtio Doxygen documentation is now folded under Device Driver API group like it should be. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent ee2b9a4 commit 11a552b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

include/zephyr/drivers/virtio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ extern "C" {
1616
/**
1717
* @brief Virtio Interface
1818
* @defgroup virtio_interface Virtio Interface
19+
* @ingroup io_interfaces
1920
* @{
2021
*/
2122

22-
2323
/**
2424
* Callback used during virtqueue enumeration
2525
*

include/zephyr/drivers/virtio/virtqueue.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ extern "C" {
1919
* https://docs.oasis-open.org/virtio/virtio/v1.3/csd01/virtio-v1.3-csd01.pdf
2020
*/
2121

22-
/**
23-
* @brief Virtqueue Interface
24-
* @defgroup virtqueue_interface Virtqueue Interface
25-
* @{
26-
*/
22+
/**
23+
* @brief Virtqueue Interface
24+
* @defgroup virtqueue_interface Virtqueue Interface
25+
* @ingroup virtio_interface
26+
* @{
27+
*/
2728

2829
/**
2930
* used in virtq_desc::flags, enables chaining descriptor via virtq_desc::next

0 commit comments

Comments
 (0)