1 | import { ParserContext } from './ParserContext';
|
2 | /**
|
3 | * The main API for parsing TSDoc comments.
|
4 | */
|
5 | export declare class LineExtractor {
|
6 | private static readonly _whitespaceCharacterRegExp;
|
7 | /**
|
8 | * This step parses an entire code comment from slash-star-star until star-slash,
|
9 | * and extracts the content lines. The lines are stored in IDocCommentParameters.lines
|
10 | * and the overall text range is assigned to IDocCommentParameters.range.
|
11 | */
|
12 | static extract(parserContext: ParserContext): boolean;
|
13 | }
|
14 | //# sourceMappingURL=LineExtractor.d.ts.map |
\ | No newline at end of file |