File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
ql/src/codeql_ql/ast/internal
ql/lib/codeql/ruby/ast/internal Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ fn main() -> std::io::Result<()> {
604604 let mut ql_writer = LineWriter :: new ( File :: create ( ql_library_path) ?) ;
605605 write ! (
606606 ql_writer,
607- "/*\n \
607+ "/** \n \
608608 * CodeQL library for {}
609609 * Automatically generated from the tree-sitter grammar; do not edit\n \
610610 */\n \n ",
Original file line number Diff line number Diff line change 1- /*
1+ /**
22 * CodeQL library for QL
33 * Automatically generated from the tree-sitter grammar; do not edit
44 */
Original file line number Diff line number Diff line change @@ -599,7 +599,7 @@ fn main() -> std::io::Result<()> {
599599 let mut ql_writer = LineWriter :: new ( File :: create ( ql_library_path) ?) ;
600600 write ! (
601601 ql_writer,
602- "/*\n \
602+ "/** \n \
603603 * CodeQL library for {}
604604 * Automatically generated from the tree-sitter grammar; do not edit\n \
605605 */\n \n ",
Original file line number Diff line number Diff line change 1- /*
1+ /**
22 * CodeQL library for Ruby
33 * Automatically generated from the tree-sitter grammar; do not edit
44 */
You can’t perform that action at this time.
0 commit comments