Class constructor
bool $renderComments True to render the comments if: the parser has collected them and the formatter allows their rendering
public function __construct($renderComments = false) { if ($this->renderComments) { $this->renderComments = $renderComments; } }