Module to work with trivia tokens (comment, whitespace, specialTokenSequence) which are attached to tokens near them when source code gets tokenized.
Extracts and combines ddoc comments from trivia comments.
Removes "decoration" such as leading whitespace, leading + and * characters, and places the result into the given output range
See Source File
Module to work with trivia tokens (comment, whitespace, specialTokenSequence) which are attached to tokens near them when source code gets tokenized.