aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_paths.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/default_paths.org')
-rw-r--r--org/default_paths.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/org/default_paths.org b/org/default_paths.org
index f6a6b8c..7f27191 100644
--- a/org/default_paths.org
+++ b/org/default_paths.org
@@ -8,7 +8,7 @@
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
-#+PROPERTY: header-args+ :noweb tangle
+#+PROPERTY: header-args+ :noweb yes
#+PROPERTY: header-args+ :results no
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
@@ -21,6 +21,7 @@
** _module template_ :module:paths_source:
#+HEADER: :tangle "../src/doc_reform/io_in/paths_source.d"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
/++
@@ -968,6 +969,7 @@ template spinePathsPods() {
** _module template_ :module:paths_output:
#+HEADER: :tangle "../src/doc_reform/io_out/paths_output.d"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
/++