From 96b03396ddb487816ebd85d1c6f30400019702fc Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 15 Nov 2019 23:58:15 -0500 Subject: name changes --- src/doc_reform/output/source_pod.d | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/doc_reform/output/source_pod.d') diff --git a/src/doc_reform/output/source_pod.d b/src/doc_reform/output/source_pod.d index cff5ba8..8fbfa0c 100644 --- a/src/doc_reform/output/source_pod.d +++ b/src/doc_reform/output/source_pod.d @@ -1,5 +1,5 @@ module doc_reform.output.source_pod; -template DocReformPod() { +template spinePod() { import doc_reform.output; import std.digest.sha, @@ -10,16 +10,16 @@ template DocReformPod() { import doc_reform.output.create_zip_file, doc_reform.output.xmls; - void DocReformPod(T)(T doc_matters) { + void spinePod(T)(T doc_matters) { 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)); -- cgit v1.2.3