summaryrefslogtreecommitdiff
path: root/test/disabled
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2011-01-04 17:06:20 +0000
committerIulian Dragos <jaguarul@gmail.com>2011-01-04 17:06:20 +0000
commit8ae754399d250a8f5bc66e8347949e5c5570ac34 (patch)
tree22fb480d7cc515b0ee612ef24f1523280e7009de /test/disabled
parentf0f0dfd9a326f949ab72786e61596cfa361069ae (diff)
downloadscala-8ae754399d250a8f5bc66e8347949e5c5570ac34.tar.gz
scala-8ae754399d250a8f5bc66e8347949e5c5570ac34.tar.bz2
scala-8ae754399d250a8f5bc66e8347949e5c5570ac34.zip
Disentangled scaladoc and the presentation comp...
Disentangled scaladoc and the presentation compiler. Now there are different flags, forInteractive and forScaladoc, instead of the overloaded onlyPresentation. While it is unfortunate to have these flags, I know of no easy way to customize the typer (the behavior they control is pretty deep into the analyzer). This shaves off around 100MB of unnecessary docComments from the presentation compiler. review by odersky, dubochet.
Diffstat (limited to 'test/disabled')
-rw-r--r--test/disabled/run/docgenerator.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/disabled/run/docgenerator.scala b/test/disabled/run/docgenerator.scala
index 8e0c7589ad..ebbc869fb1 100644
--- a/test/disabled/run/docgenerator.scala
+++ b/test/disabled/run/docgenerator.scala
@@ -124,7 +124,7 @@ object Foo2 {
phasesSet += analyzer.namerFactory
phasesSet += analyzer.typerFactory
}
- override def onlyPresentation = true
+ override def forScaladoc = true
}
if (reporter.hasErrors) {
reporter.flush()