@@ -311,11 +311,10 @@ initWithFirstListObject: firstListObject mutationsPointer: &mutations] autorelease]; } @end -/// \cond internal @implementation OFListEnumerator - initWithFirstListObject: (of_list_object_t*)first_ mutationsPointer: (unsigned long*)mutationsPtr_; { self = [super init]; @@ -350,6 +349,5 @@ @throw [OFEnumerationMutationException newWithClass: isa]; current = first; } @end -/// \endcond