@@ -21,10 +21,13 @@ #ifndef OF_HAVE_SOCKETS # error No sockets available! #endif /*! + * @class OFConnectionFailedException \ + * OFConnectionFailedException.h ObjFW/OFConnectionFailedException.h + * * @brief An exception indicating that a connection could not be established. */ @interface OFConnectionFailedException: OFException { id _socket;