From 07a7c54d950c94bac3a8a8cfd6ec748974b05391 Mon Sep 17 00:00:00 2001
From: Roman Ivanov
Date: Fri, 13 Mar 2015 10:51:46 -0700
Subject: [PATCH] fix for linkcheck violation, depth-first algorithm link
---
src/xdocs/writingchecks.xml.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/xdocs/writingchecks.xml.vm b/src/xdocs/writingchecks.xml.vm
index 6651ce536..71f5c57a4 100644
--- a/src/xdocs/writingchecks.xml.vm
+++ b/src/xdocs/writingchecks.xml.vm
@@ -187,7 +187,7 @@ java -cp checkstyle-${projectVersion}-all.jar com.puppycrawl.tools.checkstyle.gu
Instead, the TreeWalker initiates
a recursive descend from the root of the AST to the leaf nodes and calls
the Check methods. The traversal is done using a depth-first
+ href="http://en.wikipedia.org/wiki/Tree_traversal">tree traversal (depth-first)
algorithm.
Before any visitor method is called, the TreeWalker