aboutsummaryrefslogtreecommitdiff
path: root/docs/internals/overall-structure.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals/overall-structure.md')
-rw-r--r--docs/internals/overall-structure.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/internals/overall-structure.md b/docs/internals/overall-structure.md
index 385d64d80..214e47aa5 100644
--- a/docs/internals/overall-structure.md
+++ b/docs/internals/overall-structure.md
@@ -1,9 +1,14 @@
+---
+layout: default
+title: "Project Structure"
+---
+
Dotc Overall Structure
======================
The compiler code is found in package [dotty.tools]. It spans the
following three sub-packages:
-```
+```none
backend Compiler backends (currently for JVM and JS)
dotc The main compiler
io Helper modules for file access and classpath handling.
@@ -20,7 +25,7 @@ Package Structure
Most functionality of `dotc` is implemented in subpackages of `dotc`. Here's a
list of sub-packages and their focus.
-```
+```none
.
├── ast // Abstract syntax trees
├── config // Compiler configuration, settings, platform specific definitions.