make top TreeSitter.qll comment into a qldoc

This commit is contained in:
erik-krogh 2022-12-20 11:39:06 +01:00
Родитель d4eb2b964c
Коммит 2ff23a6fc0
Не найден ключ, соответствующий данной подписи
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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
*/