diff --git a/docs/ch.txt b/docs/ch.txt index 1f57b2d60..a88291bb2 100644 --- a/docs/ch.txt +++ b/docs/ch.txt @@ -372,19 +372,6 @@ */ /** @} */ -/** - * @defgroup CondVars Conditional Variables - * @{ - * Conditional Variables and threads synchronization. - * Operation mode

- * Add description here.
- * In order to use the Conditional Variables APIs the \p CH_USE_CONDVARS - * option must be specified in \p chconf.h.

- * @file condvars.h Conditional Variables macros and structures. - * @file chcond.c Conditional Variables code. - */ -/** @} */ - /** * @defgroup Mutexes Mutexes * @{