Skip to content

Commit

Permalink
Polish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hegyibalint committed Aug 21, 2024
1 parent 2424a1e commit fbf7f0c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ open class DocumentNodeVisitor {

/**
* Extension function to visit all nodes in a DeclarativeDocument.
*
* In order to use this, implement a subclass of [DocumentNodeVisitor]
* and override the methods you need to do the analysis.
* In order to use this, implement a subclass of [DocumentNodeVisitor] and override the methods you need.
*/
fun <T: DocumentNodeVisitor> DeclarativeDocument.visit(visitor: T): T {
// Initialize the list of nodes to visit with the root nodes of the forest
Expand Down

0 comments on commit fbf7f0c

Please sign in to comment.