diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-01-27 15:57:55 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | bdeee0ea38b48d4fc5c4bb7411a584a9af29382f (patch) | |
tree | 5b5b159e01ddd9ae781d9493a3421dd8426b7c7f /src/sdp.d | |
parent | debugs template (diff) |
document abstraction template
Diffstat (limited to 'src/sdp.d')
-rwxr-xr-x | src/sdp.d | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -50,11 +50,9 @@ void main(string[] args) { mixin SiSUrgxInitFlags; mixin SiSUconfigSDLangHub; mixin SiSUmarkupRaw; - mixin SiSUdocAbstraction; mixin outputHub; auto raw = MarkupRaw(); auto head = SiSUheaderExtractHub(); - auto abs = SiSUdocAbstraction(); /+ struct DocumentParts { string[string][] contents; @@ -214,7 +212,7 @@ void main(string[] args) { 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 +/ - auto t = abs.SiSUdocAbstraction( + auto t = SiSUdocAbstraction!()( (_0_header_1_body_content_2_insert_filelist_tuple[1]), (_0_make_1_dochead_meta_tuple[0]), (_0_make_1_dochead_meta_tuple[1]), |