nitdoc: introduce POSetPhase
[nit.git] / src / nitdoc.nit
index e0990e7..e1bd571 100644 (file)
@@ -35,6 +35,7 @@ private class Nitdoc
                var phases = [
                        new ExtractionPhase(toolcontext, doc),
                        new MakePagePhase(toolcontext, doc),
+                       new POSetPhase(toolcontext, doc),
                        new ConcernsPhase(toolcontext, doc),
                        new StructurePhase(toolcontext, doc): DocPhase]