@@ -15,10 +15,14 @@ */ #import "OFException.h" /*! + * @class OFMemoryNotPartOfObjectException \ + * OFMemoryNotPartOfObjectException.h \ + * ObjFW/OFMemoryNotPartOfObjectException.h + * * @brief An exception indicating the given memory is not part of the object. */ @interface OFMemoryNotPartOfObjectException: OFException { void *_pointer;