aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-01-20 11:11:13 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit50ea3e06e59a8d076918e32880954ed8e0d9c26e (patch)
tree411612a1f26ae8d371b6ff56e6054660629f5ca1 /src/sdp.d
parent0.12.0 template related; doc abstraction (diff)
output template
Diffstat (limited to 'src/sdp.d')
-rwxr-xr-xsrc/sdp.d8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/sdp.d b/src/sdp.d
index 743db94..58954c6 100755
--- a/src/sdp.d
+++ b/src/sdp.d
@@ -56,12 +56,11 @@ void main(string[] args) {
mixin SiSUmarkupRaw;
mixin SiSUdocAbstraction;
mixin SiSUoutputDebugs;
- mixin SiSUoutputHub;
+ mixin outputHub;
auto raw = MarkupRaw();
auto head = HeaderDocMetadataAndMake();
auto abs = SiSUdocAbstraction();
auto dbg = SDPoutputDebugs();
- auto output = SDPoutput();
/+
struct DocumentParts {
string[string][] contents;
@@ -275,10 +274,7 @@ void main(string[] args) {
}
/+ ↓ output hub +/
if (!(_opt_action_bool["skip_output"])) {
- output.hub(
- doc_abstraction,
- doc_matters,
- );
+ outputHub(doc_abstraction, doc_matters);
}
scope(exit) {
debug(checkdoc) {