Merge pull request #11757 from erik-krogh/treesitter-qldoc

QL/RB: make top TreeSitter.qll comment into a qldoc
This commit is contained in:
Erik Krogh Kristensen
2022-12-20 13:36:31 +01:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -604,7 +604,7 @@ fn main() -> std::io::Result<()> {
let mut ql_writer = LineWriter::new(File::create(ql_library_path)?);
write!(
ql_writer,
"/*\n\
"/**\n\
* CodeQL library for {}
* Automatically generated from the tree-sitter grammar; do not edit\n\
*/\n\n",

View File

@@ -1,4 +1,4 @@
/*
/**
* CodeQL library for QL
* Automatically generated from the tree-sitter grammar; do not edit
*/

View File

@@ -599,7 +599,7 @@ fn main() -> std::io::Result<()> {
let mut ql_writer = LineWriter::new(File::create(ql_library_path)?);
write!(
ql_writer,
"/*\n\
"/**\n\
* CodeQL library for {}
* Automatically generated from the tree-sitter grammar; do not edit\n\
*/\n\n",

View File

@@ -1,4 +1,4 @@
/*
/**
* CodeQL library for Ruby
* Automatically generated from the tree-sitter grammar; do not edit
*/