mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
update nsurl file header to contain references to the specifications it implements
This commit is contained in:
parent
8947af72ce
commit
c646d05ae5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user