We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df86762 commit 41d9c4fCopy full SHA for 41d9c4f
package.json
@@ -34,7 +34,7 @@
34
"react": "^15.4.2",
35
"source-map-support": "^0.5.0",
36
"tslint": "^5.9.1",
37
- "typescript": "^2.6.2"
+ "typescript": "2.9.1"
38
},
39
"files": [
40
"lib",
src/parser.ts
@@ -361,7 +361,7 @@ class Parser {
361
}
362
363
const mainComment = ts.displayPartsToString(
364
- symbol.getDocumentationComment()
+ symbol.getDocumentationComment(this.checker)
365
);
366
367
const tags = symbol.getJsDocTags() || [];
0 commit comments