diff options
Diffstat (limited to 'org/output_show.org')
-rw-r--r-- | org/output_show.org | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/org/output_show.org b/org/output_show.org index e77adf2..80529e4 100644 --- a/org/output_show.org +++ b/org/output_show.org @@ -14,12 +14,14 @@ #+PROPERTY: header-args+ :results no #+PROPERTY: header-args+ :cache no #+PROPERTY: header-args+ :padline no +#+PROPERTY: header-args+ :mkdirp yes * document abstraction _summary_ :module:spine:metadoc_show_summary: ** _module template_ metadoc summary - document summary from abstraction -#+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_summary.d" +#+HEADER: :tangle "../src/doc_reform/meta/metadoc_show_summary.d" +#+BEGIN_SRC d <<doc_header_including_copyright_and_license>> module doc_reform.meta.metadoc_show_summary; template spineMetaDocSummary() { @@ -136,7 +138,8 @@ writefln( ** _module template_ show config *** _show config tangle -#+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_config.d" +#+HEADER: :tangle "../src/doc_reform/meta/metadoc_show_config.d" +#+BEGIN_SRC d <<doc_header_including_copyright_and_license>> <<spine_show_site_config>> <<spine_show_config>> @@ -327,7 +330,8 @@ writefln( ** _module template_ show make --show-make (show document make) -#+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_make.d" +#+HEADER: :tangle "../src/doc_reform/meta/metadoc_show_make.d" +#+BEGIN_SRC d <<doc_header_including_copyright_and_license>> module doc_reform.meta.metadoc_show_make; template spineShowMake() { @@ -398,7 +402,8 @@ writefln( ** _module template_ show metadata --show-metadata (show document metadata) -#+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_metadata.d" +#+HEADER: :tangle "../src/doc_reform/meta/metadoc_show_metadata.d" +#+BEGIN_SRC d <<doc_header_including_copyright_and_license>> module doc_reform.meta.metadoc_show_metadata; template spineShowMetaData() { |