@@ -20,10 +20,12 @@ @class OFString; @class OFURL; /*! + * @class OFDataArray OFDataArray.h ObjFW/OFDataArray.h + * * @brief A class for storing arbitrary data in an array. * * If you plan to store large hunks of data, you should consider using * OFBigDataArray, which allocates the memory in pages rather than in bytes. *