@@ -350,10 +350,11 @@ [super dealloc]; } @end +/// \cond internal @implementation OFArrayEnumerator - initWithDataArray: (OFDataArray*)array_ mutationsPointer: (unsigned long*)mutations_ptr_; { self = [super init]; @@ -385,5 +386,6 @@ pos = 0; return self; } @end +/// \endcond