diff options
Diffstat (limited to 'org/default_paths.org')
| -rw-r--r-- | org/default_paths.org | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/org/default_paths.org b/org/default_paths.org index 99f7909..3092571 100644 --- a/org/default_paths.org +++ b/org/default_paths.org @@ -19,13 +19,13 @@  * 0. source paths  ** _module template_                                     :module:paths_source: -#+BEGIN_SRC d :tangle "../src/doc_reform/source/paths_source.d" +#+BEGIN_SRC d :tangle "../src/doc_reform/io_in/paths_source.d"  /++    read configuration files<BR>    - read config files<BR>    meta_config_files.d  +/ -module doc_reform.source.paths_source; +module doc_reform.io_in.paths_source;  import std.array,    std.file,    std.path, @@ -961,11 +961,11 @@ template spinePathsPods() {  * 1. output paths  ** _module template_                                     :module:paths_output: -#+BEGIN_SRC d :tangle "../src/doc_reform/output/paths_output.d" +#+BEGIN_SRC d :tangle "../src/doc_reform/io_out/paths_output.d"  /++    default settings  +/ -module doc_reform.output.paths_output; +module doc_reform.io_out.paths_output;  import std.array,    std.path,    std.regex, | 
