@@ -10,11 +10,11 @@ */ #import "OFDictionary.h" /** - * The OFMutableDictionary class is a class for using mutable hash tables. + * \brief A class for using mutable hash tables. */ @interface OFMutableDictionary: OFDictionary { unsigned long mutations; }