Merge: Phasify nitdoc
authorJean Privat <jean@pryen.org>
Thu, 17 Jul 2014 15:17:04 +0000 (11:17 -0400)
committerJean Privat <jean@pryen.org>
Thu, 17 Jul 2014 15:17:04 +0000 (11:17 -0400)
commit8968b7bc322e081893739327d9775e10774999b4
treeb57d7241848237b3229f8cfa1bcbefc6a16f94c6
parent31c9a37bf01221d63c07c52ebde8e09dd3e0f288
parentbd42878e5d2dac922832cbf5aa0f959e477a09a7
Merge: Phasify nitdoc

Launch nitdoc as a global phase (like metrics or nitg)

First commit is a cleanup that really detach doc/* from the modelbuilder.

Then some cleanup on `is_fictive`

Following commit remove the class NitdocContext and use ToolContext instead.

Last commit create add NitdocPhase that just instantiate and run Nitdoc.

Pull-Request: #587
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>