mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
renamed "blockcomment" to "block_comment"
This commit is contained in:
@@ -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