aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
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 /org/sdp.org
parentoutput templates (diff)
debugs template
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org7
1 files changed, 1 insertions, 6 deletions
diff --git a/org/sdp.org b/org/sdp.org
index 16a0ecc..facd2a3 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -193,7 +193,6 @@ mixin SiSUrgxInitFlags;
mixin SiSUconfigSDLangHub;
mixin SiSUmarkupRaw;
mixin SiSUdocAbstraction;
-mixin SiSUoutputDebugs;
mixin outputHub;
#+END_SRC
@@ -204,7 +203,6 @@ mixin outputHub;
auto raw = MarkupRaw();
auto head = SiSUheaderExtractHub();
auto abs = SiSUdocAbstraction();
-auto dbg = SDPoutputDebugs();
/+
struct DocumentParts {
string[string][] contents;
@@ -477,10 +475,7 @@ auto doc_matters = DocumentMatters();
#+BEGIN_SRC d
/+ ↓ debugs +/
debug(checkdoc) {
- dbg.abstract_doc_source_debugs(
- doc_abstraction,
- doc_matters,
- );
+ SiSUdebugs!()(doc_abstraction, doc_matters);
}
#+END_SRC