aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Run.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/Run.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/Run.scala')
-rw-r--r--src/dotty/tools/dotc/Run.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotty/tools/dotc/Run.scala b/src/dotty/tools/dotc/Run.scala
index ee808323a..7a0e555e4 100644
--- a/src/dotty/tools/dotc/Run.scala
+++ b/src/dotty/tools/dotc/Run.scala
@@ -13,6 +13,7 @@ import java.io.{BufferedWriter, OutputStreamWriter}
import scala.reflect.io.VirtualFile
import scala.util.control.NonFatal
+/** A compiler run. Exports various methods to compile source files */
class Run(comp: Compiler)(implicit ctx: Context) {
assert(comp.phases.last.last.id <= Periods.MaxPossiblePhaseId)