aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Compiler.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/Compiler.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/Compiler.scala')
-rw-r--r--src/dotty/tools/dotc/Compiler.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dotty/tools/dotc/Compiler.scala b/src/dotty/tools/dotc/Compiler.scala
index 62507d11a..fe48ac30e 100644
--- a/src/dotty/tools/dotc/Compiler.scala
+++ b/src/dotty/tools/dotc/Compiler.scala
@@ -18,6 +18,9 @@ import core.Denotations.SingleDenotation
import dotty.tools.backend.jvm.{LabelDefs, GenBCode}
import dotty.tools.backend.sjs.GenSJSIR
+/** The central class of the dotc compiler. The job of a compiler is to create
+ * runs, which process given `phases` in a given `rootContext`.
+ */
class Compiler {
/** Meta-ordering constraint: