# No synopsis found in the man file for `mentity`
class WarningNoManSynopsis
super CmdWarning
# MEntity provided
var mentity: MEntity
redef fun to_s do return "No synopsis found in the man file for `{mentity.full_name}`"
end
src/doc/commands/commands_main.nit:278,1--286,3