IDocComment interface
Definition of documentation comments (e.g. Javadoc/JSdoc)
Properties
close | The string that appears on the last line and closes the doc comment (e.g. ' * /'). |
open | The string that starts a doc comment (e.g. '/**') |
Property Details
close
The string that appears on the last line and closes the doc comment (e.g. ' * /').
close: string
Property Value
string
open
The string that starts a doc comment (e.g. '/**')
open: string
Property Value
string