aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/meta_debugs.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/meta_debugs.org')
-rw-r--r--org/meta_debugs.org38
1 files changed, 19 insertions, 19 deletions
diff --git a/org/meta_debugs.org b/org/meta_debugs.org
index b94d5b2..6dc2ecf 100644
--- a/org/meta_debugs.org
+++ b/org/meta_debugs.org
@@ -67,7 +67,7 @@ import
std.conv : to;
#+END_SRC
-** initialize :report:
+** initialize :report:
#+NAME: initialize
#+BEGIN_SRC d
@@ -76,7 +76,7 @@ auto markup = InlineMarkup();
string key;
#+END_SRC
-** (parent) :parent:
+** (parent) :parent:
#+NAME: meta_output_debugs
#+BEGIN_SRC d
@@ -104,7 +104,7 @@ debug(parent) {
}
#+END_SRC
-** (dumpdoc) :objects:
+** (dumpdoc) :objects:
#+NAME: meta_output_debugs
#+BEGIN_SRC d
@@ -117,7 +117,7 @@ debug(dumpdoc) {
}
#+END_SRC
-** (segnames) :objects:
+** (segnames) :objects:
#+NAME: meta_output_debugs_checkdoc
#+BEGIN_SRC d
@@ -164,7 +164,7 @@ debug(checkdoc) {
}
#+END_SRC
-*** out endnotes :endnotes:
+*** out endnotes :endnotes:
#+NAME: meta_output_debugs_checkdoc
#+BEGIN_SRC d
@@ -186,7 +186,7 @@ debug(checkdoc) {
}
#+END_SRC
-*** out bookindex :bookindex:
+*** out bookindex :bookindex:
#+NAME: meta_output_debugs_checkdoc
#+BEGIN_SRC d
@@ -210,7 +210,7 @@ debug(checkdoc) {
#+END_SRC
** sections
-*** heading_section :heading:
+*** heading_section :heading:
#+NAME: meta_output_debugs
#+BEGIN_SRC d
@@ -260,7 +260,7 @@ debug(section_toc) {
}
#+END_SRC
-*** body_section :body:
+*** body_section :body:
#+NAME: meta_output_debugs
#+BEGIN_SRC d
@@ -279,7 +279,7 @@ debug(section_body) {
}
#+END_SRC
-*** dom structure :body:
+*** dom structure :body:
#+NAME: meta_output_debugs
#+BEGIN_SRC d
@@ -356,7 +356,7 @@ debug(decendants) {
}
#+END_SRC
-*** endnotes_section (seg & scroll) :endnotes:
+*** endnotes_section (seg & scroll) :endnotes:
**** endnotes
#+NAME: meta_output_debugs
@@ -377,7 +377,7 @@ debug(section_endnotes_seg) {
}
#+END_SRC
-*** glossary_section :glossary:
+*** glossary_section :glossary:
#+NAME: meta_output_debugs
#+BEGIN_SRC d
@@ -396,7 +396,7 @@ debug(section_glossary) {
}
#+END_SRC
-*** bibliography_section (seg & scroll) :bibliography:
+*** bibliography_section (seg & scroll) :bibliography:
#+NAME: meta_output_debugs
#+BEGIN_SRC d
@@ -415,7 +415,7 @@ debug(section_bibliography) {
}
#+END_SRC
-*** bookindex_section (seg & scroll) :bookindex:
+*** bookindex_section (seg & scroll) :bookindex:
**** bookindex
#+NAME: meta_output_debugs
@@ -446,7 +446,7 @@ debug(section_bookindex_scroll) {
}
#+END_SRC
-*** section_blurb :blurb:
+*** section_blurb :blurb:
#+NAME: meta_output_debugs
#+BEGIN_SRC d
@@ -465,7 +465,7 @@ debug(blurb_section) {
}
#+END_SRC
-** (objects) :objects:
+** (objects) :objects:
#+NAME: meta_output_debugs
#+BEGIN_SRC d
@@ -488,7 +488,7 @@ debug(objects) {
}
#+END_SRC
-** (headermakejson) :json:header:
+** (headermakejson) :json:header:
#+NAME: meta_output_debugs
#+BEGIN_SRC d
@@ -520,7 +520,7 @@ debug(headermakejson) {
}
#+END_SRC
-** (headermetadatajson) :json:header:
+** (headermetadatajson) :json:header:
#+NAME: meta_output_debugs
#+BEGIN_SRC d
@@ -674,7 +674,7 @@ debug(anchor) {
}
#+END_SRC
-** (headings) :headings:
+** (headings) :headings:
#+NAME: meta_output_debugs
#+BEGIN_SRC d
@@ -695,7 +695,7 @@ debug(heading) { // heading
}
#+END_SRC
-** (summary) [+1] :summary:
+** (summary) [+1] :summary:
#+NAME: meta_output_debugs
#+BEGIN_SRC d