Rename REAMDE to README.md
[nit.git] / src / nitdoc.nit
index 333fa96..e0c343a 100644 (file)
@@ -41,6 +41,7 @@ private class Nitdoc
                        new StructurePhase(toolcontext, doc),
                        new InheritanceListsPhase(toolcontext, doc),
                        new IntroRedefListPhase(toolcontext, doc),
+                       new LinListPhase(toolcontext, doc),
                        new GraphPhase(toolcontext, doc),
                        new RenderHTMLPhase(toolcontext, doc): DocPhase]