@@ -15,10 +15,12 @@ */ #import "OFDataArray.h" /*! + * @class OFBigDataArray OFBigDataArray.h ObjFW/OFBigDataArray.h + * * @brief A class for storing arbitrary big data in an array. * * The OFBigDataArray class is a class for storing arbitrary data in an array * and is designed to store large hunks of data. Therefore, it allocates * memory in pages rather than a chunk of memory for each item.