diff options
Diffstat (limited to 'org/meta_conf_make_meta.org')
-rw-r--r-- | org/meta_conf_make_meta.org | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/org/meta_conf_make_meta.org b/org/meta_conf_make_meta.org index e6daa38..af86ba8 100644 --- a/org/meta_conf_make_meta.org +++ b/org/meta_conf_make_meta.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 @@ -233,6 +233,7 @@ import doc_reform.meta.conf_make_meta_structs; ** struct ConfComposite #+HEADER: :tangle "../src/doc_reform/meta/conf_make_meta_structs.d" +#+HEADER: :noweb yes #+BEGIN_SRC d <<doc_header_including_copyright_and_license>> module doc_reform.meta.conf_make_meta_structs; @@ -556,6 +557,7 @@ JSONValue config_jsonstr = `{ ** _module template_ #+HEADER: :tangle "../src/doc_reform/meta/conf_make_meta_yaml.d" +#+HEADER: :noweb yes #+BEGIN_SRC d <<doc_header_including_copyright_and_license>> /++ @@ -1730,6 +1732,7 @@ if ("rights" in _yaml ** _module template_ #+HEADER: :tangle "../src/doc_reform/meta/conf_make_meta_json.d" +#+HEADER: :noweb yes #+BEGIN_SRC d <<doc_header_including_copyright_and_license>> /++ |