Property definitions

nitc $ WarningNoManOptions :: defaultinit
# No options description found in the man file for `mentity`
class WarningNoManOptions
	super CmdWarning

	# MEntity provided
	var mentity: MEntity

	redef fun to_s do return "No options description found in the man file for `{mentity.full_name}`"
end
src/doc/commands/commands_main.nit:327,1--335,3