Property definitions

nitc $ WarningNoContribFile :: defaultinit
# No license file for `mentity`
class WarningNoContribFile
	super CmdWarning

	# MEntity provided
	var mentity: MEntity

	redef fun to_s do return "No contributing file for `{mentity.full_name}`"
end
src/doc/commands/commands_ini.nit:353,1--361,3