diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-11-15 23:58:15 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-11-22 09:54:24 -0500 |
commit | 96b03396ddb487816ebd85d1c6f30400019702fc (patch) | |
tree | 4519db10b3f50efa07e5f9f34783c9b7e7eaa114 /org/out_src_pod.org | |
parent | org renaming (diff) |
name changes
Diffstat (limited to 'org/out_src_pod.org')
-rw-r--r-- | org/out_src_pod.org | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org/out_src_pod.org b/org/out_src_pod.org index df6be5f..ab0e14b 100644 --- a/org/out_src_pod.org +++ b/org/out_src_pod.org @@ -23,9 +23,9 @@ #+BEGIN_SRC d :tangle "../src/doc_reform/output/source_pod.d" module doc_reform.output.source_pod; -template DocReformPod() { +template spinePod() { <<output_imports>> - void DocReformPod(T)(T doc_matters) { + void spinePod(T)(T doc_matters) { <<source_pod_init>> <<source_pod_archive>> try { @@ -63,12 +63,12 @@ import debug(asserts) { // static assert(is(typeof(doc_matters) == tuple)); } -mixin DocReformOutputRgxInit; +mixin spineOutputRgxInit; string pwd = doc_matters.env.pwd; auto src_path_info = doc_matters.src_path_info; auto pth_dr_doc_src = doc_matters.src_path_info; -auto pths_pod = DocReformPathsPods!()(doc_matters); -mixin DocReformLanguageCodes; +auto pths_pod = spinePathsPods!()(doc_matters); +mixin spineLanguageCodes; auto lang = Lang(); static auto rgx = Rgx(); assert (doc_matters.src.filename.match(rgx.src_fn)); |