зеркало из https://github.com/github/codeql.git
make top TreeSitter.qll comment into a qldoc
This commit is contained in:
Родитель
d4eb2b964c
Коммит
2ff23a6fc0
|
@ -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",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/**
|
||||
* CodeQL library for QL
|
||||
* Automatically generated from the tree-sitter grammar; do not edit
|
||||
*/
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/**
|
||||
* CodeQL library for Ruby
|
||||
* Automatically generated from the tree-sitter grammar; do not edit
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче