diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-11-17 20:26:58 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-11-17 20:26:58 +0100 |
commit | ef8769d3180b2c6de91a64f69dfa23a2e6e449b9 (patch) | |
tree | dff0f1f3dd0221041afb45e7f1f50d7bddec3a23 /buildScripts/website.ant.xml | |
parent | 58851b4c6e96a51d1ac298c7ed85efac6ffe8335 (diff) | |
download | lombok-ef8769d3180b2c6de91a64f69dfa23a2e6e449b9.tar.gz lombok-ef8769d3180b2c6de91a64f69dfa23a2e6e449b9.tar.bz2 lombok-ef8769d3180b2c6de91a64f69dfa23a2e6e449b9.zip |
Added all documentation for the onX feature and updated changelog.
Now to actually write the feature (Well, rescue it from the onX-removal tag).
Diffstat (limited to 'buildScripts/website.ant.xml')
-rw-r--r-- | buildScripts/website.ant.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index c5bddfec..35e34367 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -146,6 +146,9 @@ such as converting the changelog into HTML, and creating javadoc. <param name="transformationName" value="Delegate" /> </antcall> <antcall target="-integrateSnippet"> + <param name="transformationName" value="onX" /> + </antcall> + <antcall target="-integrateSnippet"> <param name="transformationName" value="experimental/Accessors" /> </antcall> <antcall target="-integrateSnippet"> |