mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
renamed "slashstarcomment" to "slashstar_comment"
This commit is contained in:
@@ -123,7 +123,7 @@ class BlockComment extends @block_comment, Comment { }
|
||||
* (but not a JSDoc comment) */
|
||||
* </pre>
|
||||
*/
|
||||
class SlashStarComment extends @slashstarcomment, BlockComment { }
|
||||
class SlashStarComment extends @slashstar_comment, BlockComment { }
|
||||
|
||||
/**
|
||||
* A JSDoc comment.
|
||||
|
||||
@@ -799,14 +799,14 @@ comments (unique int id: @comment,
|
||||
|
||||
case @comment.kind of
|
||||
0 = @slashslash_comment
|
||||
| 1 = @slashstarcomment
|
||||
| 1 = @slashstar_comment
|
||||
| 2 = @doccomment
|
||||
| 3 = @html_comment_start
|
||||
| 4 = @htmlcommentend;
|
||||
|
||||
@html_comment = @html_comment_start | @htmlcommentend;
|
||||
@line_comment = @slashslash_comment | @html_comment;
|
||||
@block_comment = @slashstarcomment | @doccomment;
|
||||
@block_comment = @slashstar_comment | @doccomment;
|
||||
|
||||
// source lines
|
||||
lines (unique int id: @line,
|
||||
|
||||
@@ -1034,7 +1034,7 @@
|
||||
<v>76841</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@slashstarcomment</k>
|
||||
<k>@slashstar_comment</k>
|
||||
<v>8834</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user