summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-29 23:41:13 +0000
committerVincent Sanders <vince@kyllikki.org>2014-10-29 23:41:13 +0000
commitc646d05ae572c6e9a53139ad2867a41bfeaa86c2 (patch)
tree68c3dfc6b27499f07bbbd9157c32f26d27f93743 /utils
parent8947af72ce5fb2600531a9a0f2ac711030b7e06a (diff)
downloadnetsurf-c646d05ae572c6e9a53139ad2867a41bfeaa86c2.tar.gz
netsurf-c646d05ae572c6e9a53139ad2867a41bfeaa86c2.tar.bz2
update nsurl file header to contain references to the specifications it implements
Diffstat (limited to 'utils')
-rw-r--r--utils/nsurl.c10
1 files changed, 8 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
*/
-/** \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 <assert.h>