update nsurl file header to contain references to the specifications it implements

This commit is contained in:
Vincent Sanders 2014-10-29 23:41:13 +00:00
parent 8947af72ce
commit c646d05ae5

View File

@ -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>