mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
make top TreeSitter.qll comment into a qldoc
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user