mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
renamed "doccomment" to "doc_comment"
This commit is contained in:
@@ -134,4 +134,4 @@ class SlashStarComment extends @slashstar_comment, BlockComment { }
|
||||
* /** a JSDoc comment */
|
||||
* </pre>
|
||||
*/
|
||||
class DocComment extends @doccomment, BlockComment { }
|
||||
class DocComment extends @doc_comment, BlockComment { }
|
||||
|
||||
@@ -800,13 +800,13 @@ comments (unique int id: @comment,
|
||||
case @comment.kind of
|
||||
0 = @slashslash_comment
|
||||
| 1 = @slashstar_comment
|
||||
| 2 = @doccomment
|
||||
| 2 = @doc_comment
|
||||
| 3 = @html_comment_start
|
||||
| 4 = @htmlcommentend;
|
||||
|
||||
@html_comment = @html_comment_start | @htmlcommentend;
|
||||
@line_comment = @slashslash_comment | @html_comment;
|
||||
@block_comment = @slashstar_comment | @doccomment;
|
||||
@block_comment = @slashstar_comment | @doc_comment;
|
||||
|
||||
// source lines
|
||||
lines (unique int id: @line,
|
||||
|
||||
@@ -1038,7 +1038,7 @@
|
||||
<v>8834</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@doccomment</k>
|
||||
<k>@doc_comment</k>
|
||||
<v>19270</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user