From 00203025abbb16a0fc45ababa02550dcb4b20671 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 5 May 2016 12:03:48 +0200 Subject: Add test for checking if Array has documentation after compiling std lib --- src/dotty/tools/dotc/config/ScalaSettings.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/dotty/tools/dotc/config/ScalaSettings.scala b/src/dotty/tools/dotc/config/ScalaSettings.scala index 5af871189..0cc08d3cd 100644 --- a/src/dotty/tools/dotc/config/ScalaSettings.scala +++ b/src/dotty/tools/dotc/config/ScalaSettings.scala @@ -198,6 +198,7 @@ class ScalaSettings extends Settings.SettingGroup { val YpresentationDelay = IntSetting("-Ypresentation-delay", "Wait number of ms after typing before starting typechecking", 0, 0 to 999) /** Dottydoc specific settings */ + val YDocNoWrite = BooleanSetting("-Ydoc-nowrite", "Doesn't write HTML files if set", false) val DocTitle = StringSetting ( "-Ydoc-title", -- cgit v1.2.3