diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-01-20 11:06:54 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 88075ee569b5301e6fdf9dc7248aa1406bc38636 (patch) | |
tree | 57b69ce4a0194a4e2f2034553a2e9a1569638a79 /src/sdp.d | |
parent | sdp, remove some intermediate steps (diff) |
0.12.0 template related; doc abstraction
Diffstat (limited to 'src/sdp.d')
-rwxr-xr-x | src/sdp.d | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,7 +59,7 @@ void main(string[] args) { mixin SiSUoutputHub; auto raw = MarkupRaw(); auto head = HeaderDocMetadataAndMake(); - auto abs = Abstraction(); + auto abs = SiSUdocAbstraction(); auto dbg = SDPoutputDebugs(); auto output = SDPoutput(); /+ @@ -221,7 +221,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.abstract_doc_source( + auto t = abs.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]), |