From 72f8f120b0005f0fc9660bcb5d441222e2fc9cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ximo=20Casta=C3=B1eda?= Date: Fri, 21 Feb 2025 13:01:07 +0100 Subject: [PATCH] API docs: fix syntax Lack of closing tag discards page for generation. Change-Id: Ibe5b5618c59a29e063b46d1897145a59ab57c8dc --- docs/user/drivers/synchronization_primitives.dox | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user/drivers/synchronization_primitives.dox b/docs/user/drivers/synchronization_primitives.dox index a6b36d77f2..f2511841a5 100644 --- a/docs/user/drivers/synchronization_primitives.dox +++ b/docs/user/drivers/synchronization_primitives.dox @@ -82,3 +82,4 @@ a thread to wait for a specific condition, which is notified by another thread. This is similar to the use of semaphores outlined above, but provides an easier way to handle race conditions, spurious wakeups, and so on. +*/