aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_regex.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/default_regex.org')
-rw-r--r--org/default_regex.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/org/default_regex.org b/org/default_regex.org
index f152137..2c4288e 100644
--- a/org/default_regex.org
+++ b/org/default_regex.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
@@ -35,6 +35,7 @@ https://dlang.org/phobos/std_regex.html
** _module template_ :module:
#+HEADER: :tangle "../src/doc_reform/meta/rgx.d"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
/++
@@ -438,6 +439,7 @@ https://dlang.org/phobos/std_regex.html
** _module template_ :module:output:
#+HEADER: :tangle "../src/doc_reform/io_out/rgx.d"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
/++