aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/spine.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/spine.org
parentorg nix adjust (diff)
org noweb adjustments
Diffstat (limited to 'org/spine.org')
-rw-r--r--org/spine.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/org/spine.org b/org/spine.org
index 9e3eedc..f9278ed 100644
--- a/org/spine.org
+++ b/org/spine.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 @@
#+HEADER: :tangle "../src/doc_reform/spine.d"
#+HEADER: :shebang "#!/usr/bin/env rdmd"
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.sisu_document_parser;
@@ -115,7 +116,7 @@ string program_name = "spine";
writeln("- ", out_pth.curate("topics.html"));
}
}
- } else { writeln("NO METADATA CURATED"); }
+ } // else { writeln("NO METADATA CURATED"); }
}
#+END_SRC
@@ -1349,6 +1350,7 @@ if ((doc_matters.opt.action.debug_do)
***** show document summary - abstraction _print summary_ (to screen) :abstraction:summary:
#+NAME: spine_each_file_do_show
+#+HEADER: :noweb yes
#+BEGIN_SRC d
<<spine_each_file_do_debugs_checkdoc_0>>
<<spine_each_file_do_debugs_checkdoc_1>>