X-Git-Url: http://nitlanguage.org diff --git a/src/nitdoc.nit b/src/nitdoc.nit index 3423cbf..7c1dd33 100644 --- a/src/nitdoc.nit +++ b/src/nitdoc.nit @@ -39,6 +39,7 @@ private class Nitdoc new ConcernsPhase(toolcontext, doc), new StructurePhase(toolcontext, doc), new InheritanceListsPhase(toolcontext, doc), + new IntroRedefListPhase(toolcontext, doc), new GraphPhase(toolcontext, doc): DocPhase] for phase in phases do