Represents a comment block
class Comment
(None) |
The code following the comment block
Line number where the code starts
The context of the code block
The rest paragraphs of the description
The whole description (summary + body)
The first paragraph of the description
true if there is a tag '@nodejscallback'
true if there is a tag '@promise'
The file path that contains this comment block relative to the project directory
true if there is a tag '@abstract'
true if there is a tag '@async'
true if there is a tag '@chainable'
true if there is a tag '@api private' or '@private'
true if there is a tag '@static'
The language of code. one of 'coffeescript', 'javascript' or null
The value of a tag '@namespace'
The path that contains this comment block relative to the source directory