Retrieve the full documentation

If true, retrieves the full documentation. If false, retrieves only the synopsis. Default is true.

Since the rendering the final string (md, html...) depends on the kind of client, the handling of this option is delegated to submodules.

Property definitions

nitc $ CmdComment :: full_doc
	# Retrieve the full documentation
	#
	# If `true`, retrieves the full documentation.
	# If `false`, retrieves only the synopsis.
	# Default is `true`.
	#
	# Since the rendering the final string (md, html...) depends on the kind of
	# client, the handling of this option is delegated to submodules.
	var full_doc = true is optional, writable
src/doc/commands/commands_model.nit:33,2--41,42