aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/output/source_pod.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-11-15 23:58:15 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2019-11-22 09:54:24 -0500
commit96b03396ddb487816ebd85d1c6f30400019702fc (patch)
tree4519db10b3f50efa07e5f9f34783c9b7e7eaa114 /src/doc_reform/output/source_pod.d
parentorg renaming (diff)
name changes
Diffstat (limited to 'src/doc_reform/output/source_pod.d')
-rw-r--r--src/doc_reform/output/source_pod.d10
1 files changed, 5 insertions, 5 deletions
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));