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