nitc :: APIEntityDoc :: defaultinit
# Return the full MDoc of a MEntity.
#
# Example: `GET /entity/core::Array/doc`
class APIEntityDoc
super APICommand
redef fun command do return new CmdComment(config.model)
end
src/doc/api/api_model.nit:124,1--131,3