From 63b8e30b2fc8647b7d639de515a89b9d0fda47ed Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Wed, 5 Feb 2003 21:44:36 +0000 Subject: [PATCH] Updated some docs git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1400 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/xdocs/howtowritearule.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pmd/xdocs/howtowritearule.xml b/pmd/xdocs/howtowritearule.xml index 7375f14ad7..a696409c49 100644 --- a/pmd/xdocs/howtowritearule.xml +++ b/pmd/xdocs/howtowritearule.xml @@ -11,8 +11,15 @@ Writing PMD rules is cool because you don't have to wait for us to get around to

- In order to do rules, it'll help if you can modify the PMD source. - So download the latest PMD source release and unzip it somewhere on your computer. +

@@ -72,7 +79,7 @@ CompilationUnit

You can generate this yourself by: