@@ -67,11 +67,11 @@ * \param objs A C array of objects * \param len The length of the C array * \return A new autoreleased OFArray */ + arrayWithCArray: (id*)objs - length: (size_t)length; + length: (size_t)len; /** * Initializes an OFArray with the specified object. * * \param obj An object @@ -206,11 +206,10 @@ */ - (void)enumerateObjectsUsingBlock: (of_array_enumeration_block_t)block; #endif @end -/// \cond internal @interface OFArrayEnumerator: OFEnumerator { OFDataArray *array; size_t count; unsigned long mutations; @@ -219,8 +218,7 @@ } - initWithDataArray: (OFDataArray*)data mutationsPointer: (unsigned long*)mutations_ptr; @end -/// \endcond #import "OFMutableArray.h"