@@ -17,10 +17,12 @@ #import "OFMutex.h" @class OFDate; /*! + * @class OFCondition OFCondition.h ObjFW/OFCondition.h + * * @brief A class implementing a condition variable for thread synchronization. */ @interface OFCondition: OFMutex { of_condition_t _condition;