Return the doc command to apply for self

Property definitions

nitc $ APICommand :: command
	# Return the doc command to apply for self
	fun command: DocCommand is abstract
src/doc/api/api_model.nit:70,2--71,36

nitc $ APIList :: command
	redef fun command do return new CmdModelEntities(config.model)
src/doc/api/api_model.nit:92,2--63

nitc $ APIRandom :: command
	redef fun command do return new CmdRandomEntities(config.model)
src/doc/api/api_model.nit:101,2--64

nitc $ APIEntity :: command
	redef fun command do return new CmdEntity(config.model)
src/doc/api/api_model.nit:121,2--56

nitc $ APIEntityDoc :: command
	redef fun command do return new CmdComment(config.model)
src/doc/api/api_model.nit:130,2--57

nitc $ APIEntityAncestors :: command
	redef fun command do return new CmdAncestors(config.model, config.mainmodule)
src/doc/api/api_model.nit:139,2--78

nitc $ APIEntityParents :: command
	redef fun command do return new CmdParents(config.model, config.mainmodule)
src/doc/api/api_model.nit:148,2--76

nitc $ APIEntityChildren :: command
	redef fun command do return new CmdChildren(config.model, config.mainmodule)
src/doc/api/api_model.nit:157,2--77

nitc $ APIEntityDescendants :: command
	redef fun command do return new CmdDescendants(config.model, config.mainmodule)
src/doc/api/api_model.nit:166,2--80

nitc $ APIEntityLinearization :: command
	redef fun command do return new CmdLinearization(config.model, config.mainmodule)
src/doc/api/api_model.nit:175,2--82

nitc $ APIEntityDefs :: command
	redef fun command do return new CmdFeatures(config.model)
src/doc/api/api_model.nit:184,2--58

nitc $ APIEntityIntros :: command
	redef fun command do return new CmdIntros(config.model, config.mainmodule)
src/doc/api/api_model.nit:193,2--75

nitc $ APIEntityRedefs :: command
	redef fun command do return new CmdRedefs(config.model, config.mainmodule)
src/doc/api/api_model.nit:202,2--75

nitc $ APIEntityAll :: command
	redef fun command do return new CmdAllProps(config.model, config.mainmodule)
src/doc/api/api_model.nit:211,2--77

nitc $ APIEntityCode :: command
	redef fun command do return new CmdEntityCode(config.model, config.modelbuilder)
src/doc/api/api_model.nit:220,2--81

nitc $ APIEntityUML :: command
	redef fun command do return new CmdUML(config.model, config.mainmodule)
src/doc/api/api_model.nit:229,2--72

nitc $ APIInheritanceGraph :: command
	redef fun command do return new CmdInheritanceGraph(config.model, config.mainmodule)
src/doc/api/api_model.nit:238,2--85

nitc $ APICatalogPackages :: command
	redef fun command do return new CmdCatalogPackages(config.model, config.catalog)
src/doc/api/api_model.nit:249,2--81

nitc $ APICatalogStats :: command
	redef fun command do return new CmdCatalogStats(config.model, config.catalog)
src/doc/api/api_model.nit:258,2--78

nitc $ APIEntityMetadata :: command
	redef fun command do return new CmdMetadata(config.model)
src/doc/api/api_model.nit:267,2--58

nitc $ APICatalogTags :: command
	redef fun command do return new CmdCatalogTags(config.model, config.catalog)
src/doc/api/api_model.nit:276,2--77

nitc $ APICatalogTag :: command
	redef fun command do return new CmdCatalogTag(config.model, config.catalog)
src/doc/api/api_model.nit:285,2--76

nitc $ APICatalogPerson :: command
	redef fun command do return new CmdCatalogPerson(config.model, config.catalog)
src/doc/api/api_model.nit:294,2--79

nitc $ APICatalogMaintaining :: command
	redef fun command do return new CmdCatalogMaintaining(config.model, config.catalog)
src/doc/api/api_model.nit:303,2--84

nitc $ APICatalogContributing :: command
	redef fun command do return new CmdCatalogContributing(config.model, config.catalog)
src/doc/api/api_model.nit:312,2--85

nitc $ APIIniDesc :: command
	redef fun command do return new CmdIniDescription(config.model)
src/doc/api/api_model.nit:323,2--64

nitc $ APIIniGit :: command
	redef fun command do return new CmdIniGitUrl(config.model)
src/doc/api/api_model.nit:332,2--59

nitc $ APIIniClone :: command
	redef fun command do return new CmdIniCloneCommand(config.model)
src/doc/api/api_model.nit:341,2--65

nitc $ APIIniIssues :: command
	redef fun command do return new CmdIniIssuesUrl(config.model)
src/doc/api/api_model.nit:350,2--62

nitc $ APIIniMaintainer :: command
	redef fun command do return new CmdIniMaintainer(config.model)
src/doc/api/api_model.nit:359,2--63

nitc $ APIIniContributors :: command
	redef fun command do return new CmdIniContributors(config.model)
src/doc/api/api_model.nit:368,2--65

nitc $ APIIniLicense :: command
	redef fun command do return new CmdIniLicense(config.model)
src/doc/api/api_model.nit:377,2--60

nitc $ APIIniLicenseFile :: command
	redef fun command do return new CmdLicenseFile(config.model)
src/doc/api/api_model.nit:386,2--61

nitc $ APIIniContribFile :: command
	redef fun command do return new CmdContribFile(config.model)
src/doc/api/api_model.nit:395,2--61

nitc $ APIIniLicenseFileContent :: command
	redef fun command do return new CmdLicenseFileContent(config.model)
src/doc/api/api_model.nit:404,2--68

nitc $ APIIniContribFileContent :: command
	redef fun command do return new CmdContribFileContent(config.model)
src/doc/api/api_model.nit:413,2--68

nitc $ APISearch :: command
	redef fun command do return new CmdCatalogSearch(config.model, config.catalog)
src/doc/api/api_model.nit:110,2--79