From e31e98f5cc3c2289ad47198a506d8d03a063512c Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 7 May 2017 16:07:11 -0400 Subject: 0.15.0 named modules --- org/output_hub.org | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'org/output_hub.org') diff --git a/org/output_hub.org b/org/output_hub.org index a190c7b..e83b36d 100644 --- a/org/output_hub.org +++ b/org/output_hub.org @@ -13,13 +13,15 @@ #+TAGS: assert(a) class(c) debug(d) mixin(m) sdp(s) tangle(T) template(t) WEB(W) noexport(n) [[./sdp.org][sdp]] [[./][org/]] -* 0. output hub [#A] +* 0. output hub [#A] :module:sdp:output_hub: +** module template #+BEGIN_SRC d :tangle ../src/sdp/output_hub.d /++ output hub
check & generate output types requested +/ +module sdp.output_hub; template outputHub() { <> void outputHub(D,I)(D doc_abstraction, I doc_matters) { @@ -53,14 +55,14 @@ private import 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; #+END_SRC ** output options -- cgit v1.2.3