@@ -66,11 +66,11 @@ - (instancetype)initWithCapacity: (size_t)capacity; /*! * @brief Sets an object for a key. * - * A key can be any object that conforms to the @ref OFCopying protocol. + * A key can be any object that conforms to the OFCopying protocol. * * @param key The key to set * @param object The object to set the key to */ - (void)setObject: (ObjectType)object @@ -77,11 +77,11 @@ forKey: (KeyType)key; /*! * @brief Sets an object for a key. * - * A key can be any object that conforms to the @ref OFCopying protocol. + * A key can be any object that conforms to the OFCopying protocol. * * This method is also used by the subscripting syntax. * * @param key The key to set * @param object The object to set the key to. If it is nil, this is equal to