@@ -14,16 +14,18 @@ #import "OFObject.h" #import "OFEnumerator.h" @class OFArray; +/// \cond internal struct of_dictionary_bucket { OFObject *key; OFObject *object; uint32_t hash; }; +/// \endcond /** * The OFDictionary class is a class for using hash tables. */ @interface OFDictionary: OFObject