aboutsummaryrefslogtreecommitdiff
path: root/docs/internals/backend.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals/backend.md')
-rw-r--r--docs/internals/backend.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/internals/backend.md b/docs/internals/backend.md
index 2231e26f3..1fb9bba26 100644
--- a/docs/internals/backend.md
+++ b/docs/internals/backend.md
@@ -1,9 +1,14 @@
+---
+layout: default
+title: "Backend Internals"
+---
+
Backend Internals
=================
The code for the backend is split up by functionality and assembled in the
objet `GenBCode`.
-```
+```none
object GenBCode --- [defines] --> PlainClassBuilder GenBCode also defines class BCodePhase, the compiler phase
| |
[extends] [extends]