Skip to content

Commit

Permalink
doc/parsing.dox: update file reference (#762)
Browse files Browse the repository at this point in the history
tests/unittests/RewriterTests.cpp was renamed to
tests/unittests/VisitorTests.cpp in 3957da7
(Many improvements to ASTVisitor and supporting types,
Sat Mar 14 12:38:53 2020 -0400).
  • Loading branch information
tdp2110 committed May 24, 2023
1 parent 458be61 commit 0c007f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parsing.dox
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ text via the @ref slang::syntax::SyntaxPrinter class. This class has a variety o
for how you'd like the text printed, and then will print any tokens, trivia,
or syntax nodes you give it.

See the tests/unittests/RewriterTests.cpp file for an example of using all of
See the tests/unittests/VisitorTests.cpp file for an example of using all of
these mechanisms together.

*/

0 comments on commit 0c007f9

Please sign in to comment.