aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/in_source_files.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-08-03 18:28:58 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2022-09-28 13:21:40 -0400
commitace605ee4d96b7ee2891246655478f46862d357f (patch)
treee9e59800591255b168e73bd015762e2ba74da662 /org/in_source_files.org
parentorg nix adjust (diff)
org noweb adjustments
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>>
/++