X-Git-Url: http://nitlanguage.org diff --git a/src/nitdoc.nit b/src/nitdoc.nit index 333fa96..e0c343a 100644 --- a/src/nitdoc.nit +++ b/src/nitdoc.nit @@ -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]