diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-04-26 10:58:57 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 9d171f94a491efdd68c9557c52914d48ccd33a28 (patch) | |
tree | 5cb50365db213472f52a064da43a9bf081813588 /src/sdp/output_hub.d | |
parent | 0.14.0 reorganized files, and paths (diff) |
xml family css
Diffstat (limited to 'src/sdp/output_hub.d')
-rw-r--r-- | src/sdp/output_hub.d | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/sdp/output_hub.d b/src/sdp/output_hub.d index c38b8e5..389d187 100644 --- a/src/sdp/output_hub.d +++ b/src/sdp/output_hub.d @@ -1,5 +1,5 @@ /++ - output hub<br> + output hub<BR> check & generate output types requested +/ template outputHub() { @@ -22,15 +22,14 @@ template outputHub() { std.uni, std.utf; import + create_zip_file, defaults, output_epub3, output_html, - output_xhtmls, - source_sisupod, - create_zip_file, output_rgx, - output_xhtmls, - paths_output; + output_xmls, + paths_output, + source_sisupod; void outputHub(D,I)(D doc_abstraction, I doc_matters) { mixin SiSUoutputRgxInit; auto rgx = Rgx(); |