Property definitions

nitc $ WarningNoIssuesUrl :: defaultinit
# No issues url for `mentity`
class WarningNoIssuesUrl
	super CmdWarning

	# MEntity provided
	var mentity: MEntity

	redef fun to_s do return "No issues url for `{mentity.full_name}`"
end
src/doc/commands/commands_ini.nit:150,1--158,3