aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Resident.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-03-15 11:43:00 +0100
committerMartin Odersky <odersky@gmail.com>2016-04-01 11:20:18 +0200
commit4ab16677e1ccc469fe17b313dc48fd8427418fc7 (patch)
tree2acf4ff18b85c778d506d1579e71312b2a389ef9 /src/dotty/tools/dotc/Resident.scala
parent1c48c1f8a0ff8f94652a98992d13fa47207a79d4 (diff)
downloaddotty-4ab16677e1ccc469fe17b313dc48fd8427418fc7.tar.gz
dotty-4ab16677e1ccc469fe17b313dc48fd8427418fc7.tar.bz2
dotty-4ab16677e1ccc469fe17b313dc48fd8427418fc7.zip
Better documentation of main classes
Diffstat (limited to 'src/dotty/tools/dotc/Resident.scala')
-rw-r--r--src/dotty/tools/dotc/Resident.scala4
1 files changed, 3 insertions, 1 deletions
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 <options> <initial files>