Determines the padding to be applied to the comment.
padleft: num
where as num
is any whole number number, pads the left side of each line before comment character(s) with a number of spaces equal to the value of num
.
--or--padleft: 'text'
where as text
is a string value, pads the left side of each line before comment character(s).
See Also: Options Comment
Generated using TypeDoc