aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/org/sdp.org b/org/sdp.org
index 663ead0..493540a 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -24,7 +24,7 @@ struct Version {
int minor;
int patch;
}
-enum ver = Version(0, 11, 0);
+enum ver = Version(0, 12, 0);
#+END_SRC
** sdp src/sdp.d :sdp:
@@ -207,7 +207,7 @@ mixin SiSUoutputHub;
#+BEGIN_SRC d
auto raw = MarkupRaw();
auto head = HeaderDocMetadataAndMake();
-auto abs = Abstraction();
+auto abs = SiSUdocAbstraction();
auto dbg = SDPoutputDebugs();
auto output = SDPoutput();
/+
@@ -420,7 +420,7 @@ static assert(_0_make_1_dochead_meta_tuple.length==2);
#+NAME: sdp_each_file_do_document_abstraction
#+BEGIN_SRC d
/+ ↓ 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]),