aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2012-02-17 10:48:39 +0200
committerPekka Enberg <penberg@kernel.org>2012-02-17 10:48:39 +0200
commitb833b44f0327dabeabd51a7ea01011771d58cc92 (patch)
tree2239c2908eef4a6a8550847d8b857f300919d8a9
parentfbd7c3c63c6f7beb0c7c40f9cbecc1987a9dd791 (diff)
downloadjato-b833b44f0327dabeabd51a7ea01011771d58cc92.tar.gz
Documentation: Fix internals.txt syntax
This patch fixes AsciiDoc complaints for internals.txt and adds a table of contents to the document. Signed-off-by: Pekka Enberg <penberg@kernel.org>
-rw-r--r--Documentation/internals.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/Documentation/internals.txt b/Documentation/internals.txt
index 984e6c25..c00f2fb7 100644
--- a/Documentation/internals.txt
+++ b/Documentation/internals.txt
@@ -2,6 +2,7 @@ Jato Virtual Machine Internals
==============================
Pekka Enberg
2012
+:toc:
Introduction
------------
@@ -224,12 +225,13 @@ Instruction Encoding
TODO
+References
+----------
+
[bibliography]
-Bibliography
-------------
-- [[Muchnick97]] Steven Muchnick. 'Advanced Compiler Design and
+- [[[Muchnick97]]] Steven Muchnick. 'Advanced Compiler Design and
Implementation'. Morgan Kaufmann. 1997. ISBN 1558603204.
-- [[Burke99]] Michael Burke et al. 'The Jalapeno Dynamic Optimizing Compiler
+- [[[Burke99]]] Michael Burke et al. 'The Jalapeno Dynamic Optimizing Compiler
for Java'. 1999.