diff --git a/docs/parsing.dox b/docs/parsing.dox index 391183286..9b17f7eb7 100644 --- a/docs/parsing.dox +++ b/docs/parsing.dox @@ -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. */