Property definitions

nitc $ APIEntityUML :: defaultinit
# Return the UML diagram for MEntity.
#
# Example: `GET /uml/core::Array`
class APIEntityUML
	super APICommand

	redef fun command do return new CmdUML(config.model, config.mainmodule)
end
src/doc/api/api_model.nit:223,1--230,3