summaryrefslogtreecommitdiff
path: root/doc/orc-docs.sgml
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-05-28 18:04:06 -0700
committerDavid Schleef <ds@schleef.org>2009-05-28 18:04:06 -0700
commitfe983ac3b41c6e66698b60447b098d9312931cde (patch)
tree35146bba5ccbf7182dc5cc505409808a71187820 /doc/orc-docs.sgml
parent00bd494c150b88ec7889a1e77aaecd1557e3dc30 (diff)
downloadorc-fe983ac3b41c6e66698b60447b098d9312931cde.tar.gz
Fix up documentation
Diffstat (limited to 'doc/orc-docs.sgml')
-rw-r--r--doc/orc-docs.sgml24
1 files changed, 22 insertions, 2 deletions
diff --git a/doc/orc-docs.sgml b/doc/orc-docs.sgml
index 7b0ce3c..d3e97b1 100644
--- a/doc/orc-docs.sgml
+++ b/doc/orc-docs.sgml
@@ -12,8 +12,28 @@
</bookinfo>
<chapter>
- <title>[Insert title here]</title>
+ <title>Application API</title>
+ <xi:include href="xml/orc.xml"/>
<xi:include href="xml/orcprogram.xml"/>
- <xi:include href="xml/x86.xml"/>
+ <xi:include href="xml/orccompiler.xml"/>
+ <xi:include href="xml/orcexecutor.xml"/>
+ </chapter>
+ <chapter>
+ <title>Extension API</title>
+ <xi:include href="xml/orcdebug.xml"/>
+ <xi:include href="xml/orcopcode.xml"/>
+ <xi:include href="xml/orcutils.xml"/>
+ <xi:include href="xml/orcrule.xml"/>
+ </chapter>
+ <chapter>
+ <title>Code Generation</title>
+ <xi:include href="xml/orcarm.xml"/>
+ <xi:include href="xml/orcmmx.xml"/>
+ <xi:include href="xml/orcsse.xml"/>
+ <xi:include href="xml/orcx86.xml"/>
+ </chapter>
+ <chapter>
+ <title>Herein lie dragons</title>
+ <xi:include href="xml/misc.xml"/>
</chapter>
</book>