renamed "blockcomment" to "block_comment"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:55:19 +02:00
parent 03617fe18b
commit 6be328b400
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ class SlashSlashComment extends @slashslashcomment, LineComment { }
* /** a JSDoc comment */
* </pre>
*/
class BlockComment extends @blockcomment, Comment { }
class BlockComment extends @block_comment, Comment { }
/**
* A C-style block comment which is not a JSDoc comment.

View File

@@ -806,7 +806,7 @@ case @comment.kind of
@html_comment = @htmlcommentstart | @htmlcommentend;
@line_comment = @slashslashcomment | @html_comment;
@blockcomment = @slashstarcomment | @doccomment;
@block_comment = @slashstarcomment | @doccomment;
// source lines
lines (unique int id: @line,