Skip to content

Commit fe6e7a8

Browse files
authored
QL: adjust qldoc on printAst
1 parent 5dec75a commit fe6e7a8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

ql/src/codeql_ql/printAstAst.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/**
2-
* Provides queries to pretty-print a Ruby abstract syntax tree as a graph.
2+
* Provides queries to pretty-print a QL abstract syntax tree as a graph.
3+
*
4+
* This representation is based on the user-facing AST implementation.
35
*
46
* By default, this will print the AST for all nodes in the database. To change
57
* this behavior, extend `PrintASTConfiguration` and override `shouldPrintNode`

ql/src/codeql_ql/printAstGenerated.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/**
2-
* Provides queries to pretty-print a Ruby abstract syntax tree as a graph.
2+
* Provides queries to pretty-print a QL abstract syntax tree as a graph.
3+
*
4+
* This representation is based on the TreeSitter auto-generated AST.
35
*
46
* By default, this will print the AST for all nodes in the database. To change
57
* this behavior, extend `PrintASTConfiguration` and override `shouldPrintNode`

0 commit comments

Comments
 (0)