@@ -17,10 +17,14 @@ #include #import "OFException.h" /*! + * @class OFCreateDirectoryFailedException \ + * OFCreateDirectoryFailedException.h \ + * ObjFW/OFCreateDirectoryFailedException.h + * * @brief An exception indicating a directory couldn't be created. */ @interface OFCreateDirectoryFailedException: OFException { OFString *_path;