diff options
Diffstat (limited to 'docs/ch.txt')
-rw-r--r-- | docs/ch.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/ch.txt b/docs/ch.txt index a88291bb2..1f57b2d60 100644 --- a/docs/ch.txt +++ b/docs/ch.txt @@ -373,6 +373,19 @@ /** @} */
/**
+ * @defgroup CondVars Conditional Variables
+ * @{
+ * Conditional Variables and threads synchronization.
+ * <b>Operation mode</b><br><br>
+ * Add description here.<br>
+ * In order to use the Conditional Variables APIs the \p CH_USE_CONDVARS
+ * option must be specified in \p chconf.h.<br><br>
+ * @file condvars.h Conditional Variables macros and structures.
+ * @file chcond.c Conditional Variables code.
+ */
+/** @} */
+
+/**
* @defgroup Mutexes Mutexes
* @{
* Mutexes and threads synchronization.
|