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