adjust qldoc on printAst

This commit is contained in:
Erik Krogh Kristensen
2021-05-28 14:34:45 +00:00
committed by GitHub
parent 074ea79b9a
commit 0c61c9d2b2
2 changed files with 6 additions and 2 deletions

View File

@@ -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`

View File

@@ -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`