aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/org/sdp.org b/org/sdp.org
index 00363ca..6c204f4 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -206,7 +206,7 @@ mixin outputHub;
#+NAME: sdp_args
#+BEGIN_SRC d
auto raw = MarkupRaw();
-auto head = HeaderDocMetadataAndMake();
+auto head = SiSUheaderExtractHub();
auto abs = SiSUdocAbstraction();
auto dbg = SDPoutputDebugs();
/+
@@ -408,7 +408,7 @@ debug(header_and_body) {
#+BEGIN_SRC d
/+ ↓ split header into make and meta +/
auto _0_make_1_dochead_meta_tuple =
- head.headerContentAA(_0_header_1_body_content_2_insert_filelist_tuple[0], conf_doc_make_aa);
+ head.SiSUheaderExtractHub(_0_header_1_body_content_2_insert_filelist_tuple[0], conf_doc_make_aa);
static assert(!isTypeTuple!(_0_make_1_dochead_meta_tuple));
static assert(_0_make_1_dochead_meta_tuple.length==2);
#+END_SRC