@@ -20,11 +20,12 @@ typedef void (^of_counted_set_enumeration_block_t)(id object, size_t count, BOOL *stop); #endif /** - * \brief An unordered set of objects, counting how often it contains an object. + * \brief An abstract class for a mutable unordered set of objects, counting how + * often it contains an object. */ @interface OFCountedSet: OFMutableSet /** * \brief Returns how often the object is in the set. *