@@ -31,12 +31,12 @@ * @return A new, autoreleased OFCondition */ + (instancetype)condition; /*! - * @brief Blocks the current thread until another thread calls -[signal] or - * -[broadcast]. + * @brief Blocks the current thread until another thread calls @ref signal or + * @ref broadcast. */ - (void)wait; /*! * @brief Signals the next waiting thread to continue.