aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-01-27 11:54:29 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commitd9e6f899d0d9d7979ad191954ee123f10c7bad5c (patch)
tree43e7bc172aecf749db8a3b6ed198ca920f87ea91 /src/sdp.d
parentoutput templates (diff)
debugs template
Diffstat (limited to 'src/sdp.d')
-rwxr-xr-xsrc/sdp.d7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/sdp.d b/src/sdp.d
index 723a17e..5dfc341 100755
--- a/src/sdp.d
+++ b/src/sdp.d
@@ -51,12 +51,10 @@ void main(string[] args) {
mixin SiSUconfigSDLangHub;
mixin SiSUmarkupRaw;
mixin SiSUdocAbstraction;
- mixin SiSUoutputDebugs;
mixin outputHub;
auto raw = MarkupRaw();
auto head = SiSUheaderExtractHub();
auto abs = SiSUdocAbstraction();
- auto dbg = SDPoutputDebugs();
/+
struct DocumentParts {
string[string][] contents;
@@ -264,10 +262,7 @@ void main(string[] args) {
auto doc_matters = DocumentMatters();
/+ ↓ debugs +/
debug(checkdoc) {
- dbg.abstract_doc_source_debugs(
- doc_abstraction,
- doc_matters,
- );
+ SiSUdebugs!()(doc_abstraction, doc_matters);
}
/+ ↓ output hub +/
if (!(_opt_action_bool["skip_output"])) {