src/doc: move HTML output related services from `doc_model` to `html_model`
authorAlexandre Terrasa <alexandre@moz-code.org>
Tue, 17 Feb 2015 18:39:32 +0000 (19:39 +0100)
committerAlexandre Terrasa <alexandre@moz-code.org>
Wed, 18 Feb 2015 02:11:53 +0000 (03:11 +0100)
commit5b1aa8a2b35fea5909b2f37a6a9ec2ba83eb3519
tree9130b2ad98b5d8efbfb7c845cd5fa7c9b93ebc35
parent974c87e6842e34e6af0b4b3929c661b6f4295248
src/doc: move HTML output related services from `doc_model` to `html_model`

So HTML related things are only imported by the HTML rendering phase.

Next commit will finish the `doc_model` cleaning by merging remaining services into `doc_base`.

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
src/doc/doc_model.nit
src/doc/doc_phases/doc_graphs.nit
src/doc/doc_phases/doc_html.nit
src/doc/doc_phases/doc_indexing.nit
src/doc/html_templates/html_model.nit [new file with mode: 0644]
src/doc/html_templates/html_templates.nit