@@ -15,12 +15,14 @@ */ #import "OFObject.h" @class OFString; -@class OFArray; -@class OFMutableArray; +#ifndef DOXYGEN +@class OFArray OF_GENERIC(ObjectType); +@class OFMutableArray OF_GENERIC(ObjectType); +#endif #define OF_BACKTRACE_SIZE 32 #if defined(_WIN32) && defined(OF_HAVE_SOCKETS) # ifndef EADDRINUSE