@@ -16,10 +16,13 @@ #import "OFException.h" #import "OFLocking.h" /*! + * @class OFLockFailedException \ + * OFLockFailedException.h ObjFW/OFLockFailedException.h + * * @brief An exception indicating that locking a lock failed. */ @interface OFLockFailedException: OFException { id _lock;