mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
renamed "blockcomment" to "block_comment"
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user