Renders the synopsis and the comment as a HTML comment block.

Property definitions

nitc :: html_model $ MDoc :: html_documentation
	# Renders the synopsis and the comment as a HTML comment block.
	var html_documentation: Writable is lazy do return lines_to_html(content.to_a)
src/doc/templates/html_model.nit:410,2--411,79