@@ -17,10 +17,13 @@ #import "OFObject.h" @class OFString; /*! + * @class OFAllocFailedException \ + * OFAllocFailedException.h ObjFW/OFAllocFailedException.h + * * @brief An exception indicating an object could not be allocated. * * This exception is preallocated, as when there's no memory, no exception can * be allocated of course. That's why you shouldn't and even can't deallocate * it.