mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
adjust qldoc on printAst
This commit is contained in:
committed by
GitHub
parent
074ea79b9a
commit
0c61c9d2b2
@@ -1,5 +1,7 @@
|
||||
/**
|
||||
* Provides queries to pretty-print a Ruby abstract syntax tree as a graph.
|
||||
* Provides queries to pretty-print a QL abstract syntax tree as a graph.
|
||||
*
|
||||
* This representation is based on the user-facing AST implementation.
|
||||
*
|
||||
* By default, this will print the AST for all nodes in the database. To change
|
||||
* this behavior, extend `PrintASTConfiguration` and override `shouldPrintNode`
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/**
|
||||
* Provides queries to pretty-print a Ruby abstract syntax tree as a graph.
|
||||
* Provides queries to pretty-print a QL abstract syntax tree as a graph.
|
||||
*
|
||||
* This representation is based on the TreeSitter auto-generated AST.
|
||||
*
|
||||
* By default, this will print the AST for all nodes in the database. To change
|
||||
* this behavior, extend `PrintASTConfiguration` and override `shouldPrintNode`
|
||||
|
||||
Reference in New Issue
Block a user