summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
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>