Nitlanguage.org
  • Nitdoc
  • nitc
  • metrics
  • model_hyperdoc
  • ModelHyperdocPhase
  • defaultinit

init defaultinit(toolcontext: ToolContext, depends: nullable Collection[Phase])

nitc :: ModelHyperdocPhase :: defaultinit

  • Doc
  • Linearization

Summary

  • Property definitions

  • nitc::model_hyperdoc$ModelHyperdocPhase$defaultinit

Property definitions

nitc $ ModelHyperdocPhase :: defaultinit
private class ModelHyperdocPhase
	super Phase
	redef fun process_mainmodule(mainmodule, given_mmodules)
	do
		if not toolcontext.opt_generate_hyperdoc.value and not toolcontext.opt_all.value then return
		generate_model_hyperdoc(toolcontext, toolcontext.modelbuilder.model)
	end
end
src/metrics/model_hyperdoc.nit:26,1--33,3
Nit tools. Version .