diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-05-08 16:37:51 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 41196ea4fdef2d0ea501b4ba09d1a156d361721a (patch) | |
tree | 3b367ec13791bc30d6a8aa05b4586b19728187be /src/sdp/output_hub.d | |
parent | 0.15.0 named modules (diff) |
modules, collective importsdoc-reform_v0.0.15
Diffstat (limited to 'src/sdp/output_hub.d')
-rw-r--r-- | src/sdp/output_hub.d | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/sdp/output_hub.d b/src/sdp/output_hub.d index ef8156c..0ed1653 100644 --- a/src/sdp/output_hub.d +++ b/src/sdp/output_hub.d @@ -23,14 +23,7 @@ template outputHub() { std.uni, std.utf; import - sdp.defaults, - sdp.output_epub3, - sdp.output_html, - sdp.output_rgx, - sdp.output_xmls, - sdp.source_sisupod, - sdp.create_zip_file, - sdp.paths_output; + sdp.imports_for_output; void outputHub(D,I)(D doc_abstraction, I doc_matters) { mixin SiSUoutputRgxInit; auto rgx = Rgx(); |