make top TreeSitter.qll comment into a qldoc

This commit is contained in:
erik-krogh
2022-12-20 11:39:06 +01:00
parent d4eb2b964c
commit 2ff23a6fc0
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
*/