nitdoc: introduce GraphsPhase
[nit.git] / src / nitdoc.nit
index e1bd571..8d37650 100644 (file)
@@ -37,7 +37,8 @@ private class Nitdoc
                        new MakePagePhase(toolcontext, doc),
                        new POSetPhase(toolcontext, doc),
                        new ConcernsPhase(toolcontext, doc),
-                       new StructurePhase(toolcontext, doc): DocPhase]
+                       new StructurePhase(toolcontext, doc),
+                       new GraphPhase(toolcontext, doc): DocPhase]
 
                for phase in phases do
                        toolcontext.info("# {phase.class_name}", 1)