API docs: fix syntax

Lack of closing tag discards page for generation.

Change-Id: Ibe5b5618c59a29e063b46d1897145a59ab57c8dc
This commit is contained in:
Máximo Castañeda
2025-02-21 13:01:07 +01:00
parent a73a1b0318
commit 72f8f120b0
@@ -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.
*/