diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-01-21 12:30:10 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | f376ee0c47d0915fcc6d53a7f1efa3056135c187 (patch) | |
tree | 6df5386529824c1f9139e32c1590442c6ff12e0b /src/sdp.d | |
parent | output template (diff) |
template, document head & body
Diffstat (limited to 'src/sdp.d')
-rwxr-xr-x | src/sdp.d | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58,7 +58,7 @@ void main(string[] args) { mixin SiSUoutputDebugs; mixin outputHub; auto raw = MarkupRaw(); - auto head = HeaderDocMetadataAndMake(); + auto head = SiSUheaderExtractHub(); auto abs = SiSUdocAbstraction(); auto dbg = SDPoutputDebugs(); /+ @@ -216,7 +216,7 @@ void main(string[] args) { } /+ ↓ split header into make and meta +/ auto _0_make_1_dochead_meta_tuple = - head.headerContentAA(_0_header_1_body_content_2_insert_filelist_tuple[0], conf_doc_make_aa); + head.SiSUheaderExtractHub(_0_header_1_body_content_2_insert_filelist_tuple[0], conf_doc_make_aa); static assert(!isTypeTuple!(_0_make_1_dochead_meta_tuple)); static assert(_0_make_1_dochead_meta_tuple.length==2); /+ ↓ document abstraction: process document, return abstraction as tuple +/ |