aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_show.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/output_show.org')
-rw-r--r--org/output_show.org8
1 files changed, 7 insertions, 1 deletions
diff --git a/org/output_show.org b/org/output_show.org
index ca20915..6f38c02 100644
--- a/org/output_show.org
+++ b/org/output_show.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
@@ -22,6 +22,7 @@
- document summary from abstraction
#+HEADER: :tangle "../src/doc_reform/meta/metadoc_show_summary.d"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.meta.metadoc_show_summary;
@@ -140,6 +141,7 @@ writefln(
*** _show config tangle
#+HEADER: :tangle "../src/doc_reform/meta/metadoc_show_config.d"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
<<spine_show_site_config>>
@@ -150,6 +152,7 @@ writefln(
--show-config (show config)
#+NAME: spine_show_site_config
+#+HEADER: :noweb yes
#+BEGIN_SRC d
module doc_reform.meta.metadoc_show_config;
template spineShowSiteConfig() {
@@ -240,6 +243,7 @@ writefln(
*** show (per document) config
#+NAME: spine_show_config
+#+HEADER: :noweb yes
#+BEGIN_SRC d
template spineShowConfig() {
@safe void spineShowConfig(T)(
@@ -332,6 +336,7 @@ writefln(
--show-make (show document make)
#+HEADER: :tangle "../src/doc_reform/meta/metadoc_show_make.d"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.meta.metadoc_show_make;
@@ -404,6 +409,7 @@ writefln(
--show-metadata (show document metadata)
#+HEADER: :tangle "../src/doc_reform/meta/metadoc_show_metadata.d"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.meta.metadoc_show_metadata;