aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_output_debugs.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/ao_output_debugs.org')
-rw-r--r--org/ao_output_debugs.org24
1 files changed, 12 insertions, 12 deletions
diff --git a/org/ao_output_debugs.org b/org/ao_output_debugs.org
index 4891df9..f10c474 100644
--- a/org/ao_output_debugs.org
+++ b/org/ao_output_debugs.org
@@ -3,10 +3,10 @@
#+EMAIL: ralph.amissah@gmail.com
#+STARTUP: indent
#+LANGUAGE: en
-#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t
+#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t
#+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+OPTIONS: author:nil email:nil creator:nil timestamp:nil
-#+OPTIONS: ^:nil _:nil
+#+PROPERTY: header-args :padline no :exports none :noweb yes
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
#+FILETAGS: :sdp:rel:ao:
@@ -16,7 +16,7 @@
[[./sdp.org][sdp]] [[./][org/]]
** (parent) :parent:
#+name: ao_output_debugs
-#+BEGIN_SRC d :exports none
+#+BEGIN_SRC d
debug(parent) {
writeln(__FILE__, ":", __LINE__);
foreach (obj; contents) {
@@ -36,7 +36,7 @@ debug(parent) {
#+END_SRC
** (objects) :objects:
#+name: ao_output_debugs
-#+BEGIN_SRC d :exports none
+#+BEGIN_SRC d
debug(objects) {
writeln("-------------------------------");
writeln(__FILE__, ":", __LINE__);
@@ -55,7 +55,7 @@ debug(objects) {
#+END_SRC
** (headermakejson) :json:header:
#+name: ao_output_debugs
-#+BEGIN_SRC d :exports none
+#+BEGIN_SRC d
debug(headermakejson) {
writeln("document header, metadata & make instructions:");
writeln(dochead);
@@ -81,7 +81,7 @@ debug(headermakejson) {
#+END_SRC
** (headermetadatajson) :json:header:
#+name: ao_output_debugs
-#+BEGIN_SRC d :exports none
+#+BEGIN_SRC d
debug(headermetadatajson) {
writeln("document header, metadata & make instructions:");
writeln(dochead);
@@ -186,7 +186,7 @@ debug(headermetadatajson) {
#+END_SRC
** (bookindex) :bookindex:
#+name: ao_output_debugs
-#+BEGIN_SRC d :exports none
+#+BEGIN_SRC d
debug(bookindex) {
writeln("-------------------------------");
writeln(__FILE__, ":", __LINE__);
@@ -196,7 +196,7 @@ debug(bookindex) {
#+END_SRC
** (summary) [+1] :summary:
#+name: ao_output_debugs
-#+BEGIN_SRC d :exports none
+#+BEGIN_SRC d
debug(summary) {
string[string] check = [
"last_ocn" : "NA [debug \"checkdoc\" not run]",
@@ -204,7 +204,7 @@ debug(summary) {
#+END_SRC
*** (checkdoc) :checkdoc:
#+name: ao_output_debugs_summary
-#+BEGIN_SRC d :exports none
+#+BEGIN_SRC d
debug(checkdoc) {
foreach (obj; contents) {
if (obj["use"] == "content") {
@@ -217,7 +217,7 @@ debug(checkdoc) {
#+END_SRC
*** (headings) :headings:
#+name: ao_output_debugs_summary
-#+BEGIN_SRC d :exports none
+#+BEGIN_SRC d
debug(headings) {
writeln("-------------------------------");
writeln(__FILE__, ":", __LINE__);
@@ -245,7 +245,7 @@ writeln(
#+END_SRC
*** compare number of ocn for known sisu markup output (checkdoc)
#+name: ao_output_debugs_summary
-#+BEGIN_SRC d :exports none
+#+BEGIN_SRC d
debug(checkdoc) {
if (auto mfn=match(fn_src, rgx.src_fn)) {
if (actions["assert"] == "yes") {
@@ -376,7 +376,7 @@ debug(checkdoc) {
* tangles :tangle:
** code structure: :ao_output_debugs.d:
#+name: tangle_ao_output_debugs
-#+BEGIN_SRC d :tangle ../lib/sdp/ao_output_debugs.d :padline no :exports none :noweb yes
+#+BEGIN_SRC d :tangle ../lib/sdp/ao_output_debugs.d
/*
output debugs
ao_output_debugs.d