@@ -117,13 +117,13 @@ */ - (BOOL)intersectsSet: (OFSet*)set; #ifdef OF_HAVE_BLOCKS /** - * \brief Executes a block for each object. + * \brief Executes a block for each object in the set. * - * \param block The block to execute for each object + * \param block The block to execute for each object in the set */ - (void)enumerateObjectsUsingBlock: (of_set_enumeration_block_t)block; /** * \brief Returns a new set, only containing the objects for which the block