aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-01-21 12:30:10 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commitf376ee0c47d0915fcc6d53a7f1efa3056135c187 (patch)
tree6df5386529824c1f9139e32c1590442c6ff12e0b /src/sdp.d
parentoutput template (diff)
template, document head & body
Diffstat (limited to 'src/sdp.d')
-rwxr-xr-xsrc/sdp.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdp.d b/src/sdp.d
index 58954c6..4fcabfb 100755
--- a/src/sdp.d
+++ b/src/sdp.d
@@ -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 +/