@@ -416,11 +416,10 @@ [super dealloc]; } @end -/// \cond internal @implementation OFArrayEnumerator - initWithDataArray: (OFDataArray*)array_ mutationsPointer: (unsigned long*)mutationsPtr_; { self = [super init]; @@ -450,6 +449,5 @@ @throw [OFEnumerationMutationException newWithClass: isa]; pos = 0; } @end -/// \endcond