Skip to content

Commit 5e7bd9e

Browse files
committed
doc: samples: kernel: add relevant-api entry to msg_queue sample
Ensures this sample is properly cross-referencing the Doxygen API group it's demonstrating. Also fix wording of the sample title to align with guidelines Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent b9a4fad commit 5e7bd9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎samples/kernel/msg_queue/README.rst‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.. zephyr:code-sample:: msg_queue
22
:name: Message Queue
3+
:relevant-api: msgq_apis
34

4-
Implements a basic message queue producer/consumer thread pair.
5+
Implement a basic message queue producer/consumer thread pair.
56

67
Overview
78
********

0 commit comments

Comments
 (0)