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