diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-05-07 16:07:11 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | e31e98f5cc3c2289ad47198a506d8d03a063512c (patch) | |
tree | c954269daebba8549190d1e4a91f4a64ae62664c /org/output_hub.org | |
parent | cleaning (diff) |
0.15.0 named modules
Diffstat (limited to 'org/output_hub.org')
-rw-r--r-- | org/output_hub.org | 20 |
1 files changed, 11 insertions, 9 deletions
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<BR> check & generate output types requested +/ +module sdp.output_hub; template outputHub() { <<output_imports>> 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 |