diff options
Diffstat (limited to 'org/out_harvest_metadata.org')
-rw-r--r-- | org/out_harvest_metadata.org | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/org/out_harvest_metadata.org b/org/out_harvest_metadata.org index abafa87..4cf23cf 100644 --- a/org/out_harvest_metadata.org +++ b/org/out_harvest_metadata.org @@ -14,6 +14,7 @@ #+PROPERTY: header-args+ :results no #+PROPERTY: header-args+ :cache no #+PROPERTY: header-args+ :padline no +#+PROPERTY: header-args+ :mkdirp yes * document harvest _summary_ :module:spine:metadoc_show_summary: @@ -24,7 +25,8 @@ ** _module template_ metadoc harvest -#+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_harvest.d" +#+HEADER: :tangle "../src/doc_reform/meta/metadoc_harvest.d" +#+BEGIN_SRC d <<doc_header_including_copyright_and_license>> module doc_reform.meta.metadoc_harvest; template spineMetaDocHarvest() { @@ -116,7 +118,8 @@ return hvst.harvest; ** _module template_ metadoc harvest topics *** _module template_ metadoc harvest topics template -#+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_harvests_topics.d" +#+HEADER: :tangle "../src/doc_reform/meta/metadoc_harvests_topics.d" +#+BEGIN_SRC d <<doc_header_including_copyright_and_license>> module doc_reform.meta.metadoc_harvests_topics; import @@ -458,7 +461,8 @@ try { ** _module template_ metadoc harvests authors *** _module template_ metadoc harvest authors -#+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_harvests_authors.d" +#+HEADER: :tangle "../src/doc_reform/meta/metadoc_harvests_authors.d" +#+BEGIN_SRC d <<doc_header_including_copyright_and_license>> module doc_reform.meta.metadoc_harvests_authors; import |