aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-04-13 11:26:02 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-08-19 15:37:18 +0200
commit1b20568bdbf7b561fb836faf095bb67a52895a58 (patch)
treec744c755b6c35fe795c26d6ee8147676357a17d1 /src/dotty/tools/dotc/config
parent8d8d87b9cecef81e2b2813137bb3f71e13418b11 (diff)
downloaddotty-1b20568bdbf7b561fb836faf095bb67a52895a58.tar.gz
dotty-1b20568bdbf7b561fb836faf095bb67a52895a58.tar.bz2
dotty-1b20568bdbf7b561fb836faf095bb67a52895a58.zip
Port cooking of strings from NSC
Diffstat (limited to 'src/dotty/tools/dotc/config')
-rw-r--r--src/dotty/tools/dotc/config/Printers.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/config/Printers.scala b/src/dotty/tools/dotc/config/Printers.scala
index fa36ad12c..31c9d06cd 100644
--- a/src/dotty/tools/dotc/config/Printers.scala
+++ b/src/dotty/tools/dotc/config/Printers.scala
@@ -13,7 +13,7 @@ object Printers {
}
val default: Printer = new Printer
- val dottydoc: Printer = noPrinter
+ val dottydoc: Printer = new Printer
val core: Printer = noPrinter
val typr: Printer = noPrinter
val constr: Printer = noPrinter