@@ -21,10 +21,13 @@ #endif @class OFThread; /*! + * @class OFThreadJoinFailedException \ + * OFThreadJoinFailedException.h ObjFW/OFThreadJoinFailedException.h + * * @brief An exception indicating that joining a thread failed. */ @interface OFThreadJoinFailedException: OFException { OFThread *_thread;