Property definitions

nitc $ APIInheritanceGraph :: defaultinit
# Return the inheritance graph for MEntity.
#
# Example: `GET /inheritance/core::Array`
class APIInheritanceGraph
	super APICommand

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