aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/in_source_files.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/in_source_files.org')
-rw-r--r--org/in_source_files.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/org/in_source_files.org b/org/in_source_files.org
index bb475fd..ba6a578 100644
--- a/org/in_source_files.org
+++ b/org/in_source_files.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
@@ -38,6 +38,7 @@ doc_reform.io_in.paths_source
** _module template_ :module:config_files:
#+HEADER: :tangle "../src/doc_reform/io_in/read_config_files.d"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
/++
@@ -168,7 +169,7 @@ webserv:
}
}
if (config_file_str.length == 0) { /+ use dummy default config file +/
- writeln("WARNING config file NOT found, default provided");
+ // writeln("WARNING config file NOT found, default provided");
conf_filename = "VIRTUAL";
config_file_str = default_config_file_str;
}
@@ -195,6 +196,7 @@ webserv:
**** document make/config
#+NAME: meta_config_file_hub_read_document_config
+#+HEADER: :noweb yes
#+BEGIN_SRC d
static template readConfigDoc() {
import
@@ -251,6 +253,7 @@ static template readConfigDoc() {
*** YAML config (config local site & dr document make) :file:config:hub:
#+NAME: meta_config_file_hub_read_site_yaml
+#+HEADER: :noweb yes
#+BEGIN_SRC d
static template configReadSiteYAML() {
import
@@ -282,6 +285,7 @@ static template configReadDocYAML() {
** _module template_ (includes tuple)
#+HEADER: :tangle "../src/doc_reform/io_in/read_source_files.d"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
/++