nitc :: WarningNoMDoc :: defaultinit
# No MDoc for `mentity`
class WarningNoMDoc
super CmdWarning
# MEntity provided
var mentity: MEntity
redef fun to_s do return "No documentation for `{mentity.full_name}`."
end
src/doc/commands/commands_model.nit:77,1--85,3