@@ -15,10 +15,13 @@ */ #import "OFException.h" /*! + * @class OFOutOfMemoryException \ + * OFOutOfMemoryException.h ObjFW/OFOutOfMemoryException.h + * * @brief An exception indicating there is not enough memory available. */ @interface OFOutOfMemoryException: OFException { size_t _requestedSize;