From 84df92de10f21c2964d41eb3ceb4a3075f837c61 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 14 Feb 2013 13:09:32 +0100 Subject: [PATCH] added EIS note documentation link for URI_TEMPLATE --- library/text/parser/uri_template/src/uri_template.e | 1 + 1 file changed, 1 insertion(+) diff --git a/library/text/parser/uri_template/src/uri_template.e b/library/text/parser/uri_template/src/uri_template.e index b1bc3a4a..916bc0e8 100644 --- a/library/text/parser/uri_template/src/uri_template.e +++ b/library/text/parser/uri_template/src/uri_template.e @@ -8,6 +8,7 @@ note status: "See notice at end of class." date: "$Date$" revision: "$Revision$" + EIS: "name=URI Template RFC6570", "protocol=URI", "src=http://tools.ietf.org/html/rfc6570" class URI_TEMPLATE