aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
diff options
context:
space:
mode:
authorgrootjans <grootjans@gmail.com>2011-02-21 22:03:05 +0100
committergrootjans <grootjans@gmail.com>2011-02-28 16:44:06 +0100
commite0cfacd3b307b1ec9f0b62b2f953f0a0e85d9d1e (patch)
treedd90db57794d6ed84bf2313d7a3025678d528646 /buildScripts
parent35e18b9332a909aac013697c90d8240826953caf (diff)
downloadlombok-e0cfacd3b307b1ec9f0b62b2f953f0a0e85d9d1e.tar.gz
lombok-e0cfacd3b307b1ec9f0b62b2f953f0a0e85d9d1e.tar.bz2
lombok-e0cfacd3b307b1ec9f0b62b2f953f0a0e85d9d1e.zip
Issue 192: Add documentation for onMethod=, onParam, onConstructor
still have to make a minor edit in the pre/post files
Diffstat (limited to 'buildScripts')
-rw-r--r--buildScripts/website.ant.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml
index aabc337c..68e20eae 100644
--- a/buildScripts/website.ant.xml
+++ b/buildScripts/website.ant.xml
@@ -144,6 +144,9 @@ such as converting the changelog into HTML, and creating javadoc.
<antcall target="-integrateSnippet">
<param name="transformationName" value="Delegate" />
</antcall>
+ <antcall target="-integrateSnippet">
+ <param name="transformationName" value="onX" />
+ </antcall>
</target>
<target name="-website-dist">