URL to the file

Can be refined in subtools.

Property definitions

nitc :: md_commands $ CmdEntityFile :: file_url
	# URL to the file
	#
	# Can be refined in subtools.
	var file_url: nullable String = file is lazy, writable
src/doc/templates/md_commands.nit:260,2--263,55

nitc :: api_base $ CmdLicenseFile :: file_url
	redef var file_url is lazy do
		var mentity = self.mentity
		if mentity == null then return super
		return "{mentity.web_url}/license"
	end
src/doc/api/api_base.nit:234,2--238,4

nitc :: api_base $ CmdContribFile :: file_url
	redef var file_url is lazy do
		var mentity = self.mentity
		if mentity == null then return super
		return "{mentity.web_url}/contrib"
	end
src/doc/api/api_base.nit:242,2--246,4