@@ -116,21 +116,21 @@ */ + (instancetype)dictionaryWithKeysAndObjects: (KeyType)firstKey, ... OF_SENTINEL; /*! - * An array of all keys. + * @brief An array of all keys. */ @property (readonly, nonatomic) OFArray OF_GENERIC(KeyType) *allKeys; /*! - * An array of all objects. + * @brief An array of all objects. */ @property (readonly, nonatomic) OFArray OF_GENERIC(ObjectType) *allObjects; /*! - * A URL-encoded string with the contents of the dictionary. + * @brief A URL-encoded string with the contents of the dictionary. */ @property (readonly, nonatomic) OFString *stringByURLEncoding; /*! * @brief Initializes an already allocated OFDictionary with the specified