diff options
Diffstat (limited to 'org/default_paths.org')
| -rw-r--r-- | org/default_paths.org | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/org/default_paths.org b/org/default_paths.org index 25602d7..ae01fcd 100644 --- a/org/default_paths.org +++ b/org/default_paths.org @@ -14,12 +14,14 @@  #+PROPERTY:    header-args+ :results no  #+PROPERTY:    header-args+ :cache no  #+PROPERTY:    header-args+ :padline no +#+PROPERTY:    header-args+ :mkdirp yes  [[./spine.org][spine]]  [[./][org/]]  * source paths  ** _module template_                                      :module:paths_source: -#+BEGIN_SRC d :tangle "../src/doc_reform/io_in/paths_source.d" +#+HEADER: :tangle "../src/doc_reform/io_in/paths_source.d" +#+BEGIN_SRC d  <<doc_header_including_copyright_and_license>>  /++    read configuration files<BR> @@ -965,7 +967,8 @@ template spinePathsPods() {  * output paths  ** _module template_                                      :module:paths_output: -#+BEGIN_SRC d :tangle "../src/doc_reform/io_out/paths_output.d" +#+HEADER: :tangle "../src/doc_reform/io_out/paths_output.d" +#+BEGIN_SRC d  <<doc_header_including_copyright_and_license>>  /++    default settings | 
