## S3 method for class 'SmartComments':
compile(this, lines, trim=TRUE, excludeComments=FALSE, ...)
TRUE
, trailing whitespace characters are removed from
every line of code, and contigous empty lines are replaced with a
single empty line.TRUE
, comments in the input lines, that is,
also smart comments, are excluded.Just before trimming is done, the validate() method is called. In the current class, this does nothing, but can be overridden in subclasses.
SmartComments
.