Skip to content

Commit afa6411

Browse files
jfischer-nonashif
authored andcommitted
doc: usb: include group usbd_msg_api
Include group usbd_msg_api to reference its members. Signed-off-by: Johann Fischer <[email protected]>
1 parent e653816 commit afa6411

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/connectivity/usb/device_next/api/usbd.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ API reference
99
*************
1010

1111
.. doxygengroup:: usbd_api
12+
13+
.. doxygengroup:: usbd_msg_api

include/zephyr/usb/usbd_msg.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ enum usbd_msg_type {
5252
USBD_MSG_MAX_NUMBER,
5353
};
5454

55-
55+
/**
56+
* @cond INTERNAL_HIDDEN
57+
*/
5658
static const char *const usbd_msg_type_list[] = {
5759
"VBUS ready",
5860
"VBUS removed",
@@ -67,6 +69,7 @@ static const char *const usbd_msg_type_list[] = {
6769

6870
BUILD_ASSERT(ARRAY_SIZE(usbd_msg_type_list) == USBD_MSG_MAX_NUMBER,
6971
"Number of entries in usbd_msg_type_list is not equal to USBD_MSG_MAX_NUMBER");
72+
/** @endcond */
7073

7174
/**
7275
* @brief USB device message

0 commit comments

Comments
 (0)