@@ -19,18 +19,16 @@ #ifdef OF_HAVE_BLOCKS typedef void (^of_dictionary_enumeration_block_t)(id key, id obj, BOOL *stop); #endif -/// \cond internal struct of_dictionary_bucket { id key; id object; uint32_t hash; }; -/// \endcond /** * \brief A class for storing objects in a hash table. */ @interface OFDictionary: OFObject