From 082e881d0aa519228027bb8cdcfea864af484680 Mon Sep 17 00:00:00 2001 From: Sean McDirmid Date: Tue, 21 Aug 2007 14:48:54 +0000 Subject: Fixing scaladoc bug --- src/compiler/scala/tools/nsc/Main.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/scala/tools/nsc/Main.scala b/src/compiler/scala/tools/nsc/Main.scala index 45fb576081..cf858409b2 100644 --- a/src/compiler/scala/tools/nsc/Main.scala +++ b/src/compiler/scala/tools/nsc/Main.scala @@ -86,7 +86,7 @@ object Main extends AnyRef with EvalLoop { run compile command.files if (command.settings.doc.value) { object generator extends DocDriver { - val global: compiler.type = compiler + lazy val global: compiler.type = compiler def settings = command.settings } generator process run.units -- cgit v1.2.3