Property definitions

nitc $ WarningNoDescription :: defaultinit
# No git clone url for `mentity`
class WarningNoDescription
	super CmdWarning

	# MEntity provided
	var mentity: MEntity

	redef fun to_s do return "No description for `{mentity.full_name}`"
end
src/doc/commands/commands_ini.nit:74,1--82,3