Property definitions

nitc $ ADoc :: defaultinit
# A documentation of a definition
# It contains the block of comments just above the declaration
class ADoc
	super Prod

	# A list of lines of comment
	var n_comment = new ANodes[TComment](self)
end
src/parser/parser_nodes.nit:3039,1--3046,3