The currently processed mdoc.

Unfortunately, this seems to be the simpler way to get the currently processed MDoc object.

Property definitions

nitc $ NitdocDecorator :: _current_mdoc
	# The currently processed mdoc.
	#
	# Unfortunately, this seems to be the simpler way to get the currently processed `MDoc` object.
	var current_mdoc: nullable MDoc = null
src/doc/templates/html_model.nit:457,2--460,39