@@ -21,10 +21,13 @@ #ifndef OF_HAVE_SOCKETS # error No sockets available! #endif /*! + * @class OFListenFailedException \ + * OFListenFailedException.h ObjFW/OFListenFailedException.h + * * @brief An exception indicating that listening on the socket failed. */ @interface OFListenFailedException: OFException { id _socket;