summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-09-21 17:11:51 +0000
committerPaul Phillips <paulp@improving.org>2009-09-21 17:11:51 +0000
commit4c29e778f1c95d60f24310c1898fa2fdf295db0f (patch)
treeeac2cf6ad041c8743b7826d0a25175c00f0b814d /build.xml
parentd117803f2a305608bc283359215642feee6448e1 (diff)
downloadscala-4c29e778f1c95d60f24310c1898fa2fdf295db0f.tar.gz
scala-4c29e778f1c95d60f24310c1898fa2fdf295db0f.tar.bz2
scala-4c29e778f1c95d60f24310c1898fa2fdf295db0f.zip
Changed vt-warning workaround to enable the set...
Changed vt-warning workaround to enable the setting in the doc settings object, so anything using it will get the fix.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index e880a9475c..3b8b20edec 100644
--- a/build.xml
+++ b/build.xml
@@ -1148,7 +1148,6 @@ DOCUMENTATION
<stopwatch name="docs.lib.timer"/>
<mkdir dir="${build-docs.dir}/library"/>
<scaladoc
- addParams="-Ysuppress-vt-typer-warnings"
destdir="${build-docs.dir}/library"
windowtitle="Scala Library"
doctitle="Scala ${version.number} API"
@@ -1232,7 +1231,6 @@ DOCUMENTATION
<stopwatch name="docs.comp.timer"/>
<mkdir dir="${build-docs.dir}/compiler"/>
<scaladoc
- addParams="-Ysuppress-vt-typer-warnings"
destdir="${build-docs.dir}/compiler"
windowtitle="Scala Compiler"
doctitle="Scala Compiler ${version.number} API"