The MEntity unique ID in the HTML output

Property definitions

nitc :: html_model $ MEntity :: _html_id
	# The MEntity unique ID in the HTML output
	var html_id: String is lazy do return full_name.to_cmangle
src/doc/templates/html_model.nit:28,2--29,59