There was an error while loading. Please reload this page.
1 parent e138add commit c509057Copy full SHA for c509057
docs/dgeni-package/services/AttachCommentTreeVisitor.js
@@ -34,7 +34,7 @@ module.exports = function AttachCommentTreeVisitor(ParseTreeVisitor, log) {
34
35
// Only store the comment if it is JSDOC style (e.g. /** some comment */)
36
if (/^\/\*\*([\w\W]*)\*\/$/.test(commentText)) {
37
- log.info('comment: ' + this.currentComment.range.start.line + ' - ' +
+ log.silly('comment: ' + this.currentComment.range.start.line + ' - ' +
38
this.currentComment.range.end.line + ' : ' +
39
commentText);
40
0 commit comments