@@ -17,10 +17,13 @@ #include #import "OFException.h" /*! + * @class OFOpenFileFailedException \ + * OFOpenFileFailedException.h ObjFW/OFOpenFileFailedException.h + * * @brief An exception indicating a file couldn't be opened. */ @interface OFOpenFileFailedException: OFException { OFString *_path, *_mode;