@@ -19,10 +19,13 @@ #ifndef OF_HAVE_SOCKETS # error No sockets available! #endif /*! + * @class OFNotConnectedException \ + * OFNotConnectedException.h ObjFW/OFNotConnectedException.h + * * @brief An exception indicating a socket is not connected or bound. */ @interface OFNotConnectedException: OFException { id _socket;