aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/output_hub.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdp/output_hub.d')
-rw-r--r--src/sdp/output_hub.d17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/sdp/output_hub.d b/src/sdp/output_hub.d
index 389d187..ef8156c 100644
--- a/src/sdp/output_hub.d
+++ b/src/sdp/output_hub.d
@@ -2,6 +2,7 @@
output hub<BR>
check & generate output types requested
+/
+module sdp.output_hub;
template outputHub() {
private import
std.regex,
@@ -22,14 +23,14 @@ template outputHub() {
std.uni,
std.utf;
import
- create_zip_file,
- defaults,
- output_epub3,
- output_html,
- output_rgx,
- output_xmls,
- paths_output,
- source_sisupod;
+ sdp.defaults,
+ sdp.output_epub3,
+ sdp.output_html,
+ sdp.output_rgx,
+ sdp.output_xmls,
+ sdp.source_sisupod,
+ sdp.create_zip_file,
+ sdp.paths_output;
void outputHub(D,I)(D doc_abstraction, I doc_matters) {
mixin SiSUoutputRgxInit;
auto rgx = Rgx();