From c646d05ae572c6e9a53139ad2867a41bfeaa86c2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 29 Oct 2014 23:41:13 +0000 Subject: update nsurl file header to contain references to the specifications it implements --- utils/nsurl.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'utils/nsurl.c') diff --git a/utils/nsurl.c b/utils/nsurl.c index a85b447ec..f5bb06f7e 100644 --- a/utils/nsurl.c +++ b/utils/nsurl.c @@ -16,8 +16,14 @@ * along with this program. If not, see . */ -/** \file - * NetSurf URL handling (implementation). +/** + * \file + * NetSurf URL handling implementation. + * + * This is the common implementation of all URL handling within the + * browser. This implemntation is based upon RFC3986 although this has + * been superceeded by https://url.spec.whatwg.org/ which is based on + * actual contemporary implementations. */ #include -- cgit v1.2.3