aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_src_pod.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/out_src_pod.org')
-rw-r--r--org/out_src_pod.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/org/out_src_pod.org b/org/out_src_pod.org
index ab0e14b..fa0bedb 100644
--- a/org/out_src_pod.org
+++ b/org/out_src_pod.org
@@ -21,8 +21,8 @@
* pod
** _module template_ :module:
-#+BEGIN_SRC d :tangle "../src/doc_reform/output/source_pod.d"
-module doc_reform.output.source_pod;
+#+BEGIN_SRC d :tangle "../src/doc_reform/io_out/source_pod.d"
+module doc_reform.io_out.source_pod;
template spinePod() {
<<output_imports>>
void spinePod(T)(T doc_matters) {
@@ -44,7 +44,7 @@ template spinePod() {
#+name: output_imports
#+BEGIN_SRC d
-import doc_reform.output;
+import doc_reform.io_out;
import
std.digest.sha,
std.file,
@@ -52,8 +52,8 @@ import
std.zip,
std.conv : to;
import
- doc_reform.output.create_zip_file,
- doc_reform.output.xmls;
+ doc_reform.io_out.create_zip_file,
+ doc_reform.io_out.xmls;
#+END_SRC
*** init