From 4ab16677e1ccc469fe17b313dc48fd8427418fc7 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 15 Mar 2016 11:43:00 +0100 Subject: Better documentation of main classes --- src/dotty/tools/dotc/Resident.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/Resident.scala') diff --git a/src/dotty/tools/dotc/Resident.scala b/src/dotty/tools/dotc/Resident.scala index e1b62e4d0..56f6684d0 100644 --- a/src/dotty/tools/dotc/Resident.scala +++ b/src/dotty/tools/dotc/Resident.scala @@ -6,7 +6,9 @@ import reporting.Reporter import java.io.EOFException import scala.annotation.tailrec -/** A compiler which stays resident between runs. +/** A compiler which stays resident between runs. This is more of a PoC than + * something that's expected to be used often + * * Usage: * * > scala dotty.tools.dotc.Resident -- cgit v1.2.3