Index: src/OFDictionary.h ================================================================== --- src/OFDictionary.h +++ src/OFDictionary.h @@ -37,10 +37,13 @@ uint32_t hash; }; /** * \brief A class for storing objects in a hash table. + * + * Note: Fast enumeration on a dictionary enumerates through the keys of the + * dictionary. */ @interface OFDictionary: OFObject { struct of_dictionary_bucket **data;