[m-rev.] trivial diff: Update developer's documentation index
Paul Bone
paul at bone.id.au
Mon Apr 4 13:39:11 AEST 2016
Update developer's documentation index
compiler/notes/index.html:
As above.
---
compiler/notes/index.html | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/compiler/notes/index.html b/compiler/notes/index.html
index ec4d1b8..c983933 100644
--- a/compiler/notes/index.html
+++ b/compiler/notes/index.html
@@ -13,8 +13,10 @@
General information for developers:
<ul>
+<li> <a href="developer_intro.html">New developer introduction<a>
<li> <a href="bootstrapping.html">bootstrapping.html</a>
-<li> <a href="coding_standards.html">coding_standards.html</a>
+<li> <a href="c_coding_standard.html">C oding standard</a>
+<li> <a href="coding_standards.html">Mercury coding standards</a>
<li> <a href="reviews.html">reviews.html</a>
<li> <a href="release_checklist.html">release_checklist.html</a>
<li> <a href="glossary.html">glossary.html</a>
@@ -38,6 +40,10 @@ Design notes about specific aspects of the Mercury implementation:
<li> <a href="trailing.html">trailing.html</a>
<li> <a href="type_class_transformation.html">type_class_transformation.html</a>
<li> <a href="analysis.html">analysis.html</a>
+<li> <a href="bytecode.html">Bytecode</a>
+<li> <a href="grade_library.html">Grade library</a>
+<li> <a href="order_indep_state_update">Order independent state update</a>
+<li> <a href="status_proposal">Import status proposal</a>
</ul>
Issue lists:
--
2.8.0.rc3
More information about the reviews
mailing list