diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-16 12:09:56 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-19 11:02:16 -0400 |
commit | 8072ebdcbe3bf5bce3f2cce3539c95bcaa308a71 (patch) | |
tree | 4f94b58061674a58f154be3099df21d13227fe1e /org/meta_debugs.org | |
parent | epub, minor adjustments (diff) |
org-mode, cosmetic
Diffstat (limited to 'org/meta_debugs.org')
-rw-r--r-- | org/meta_debugs.org | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/org/meta_debugs.org b/org/meta_debugs.org index 1212172..f6cdbfa 100644 --- a/org/meta_debugs.org +++ b/org/meta_debugs.org @@ -16,7 +16,7 @@ #+PROPERTY: header-args+ :padline no [[./spine.org][spine]] [[./][org/]] -* 1. abstraction debugs :module:spine:meta_doc_debugs: +* abstraction debugs :module:spine:meta_doc_debugs: ** _module template_ #+BEGIN_SRC d :tangle "../src/doc_reform/meta/doc_debugs.d" @@ -69,7 +69,7 @@ import std.conv : to; #+END_SRC -** initialize :report: +** initialize :report: #+NAME: initialize #+BEGIN_SRC d @@ -78,7 +78,7 @@ auto markup = InlineMarkup(); string key; #+END_SRC -** (parent) :parent: +** (parent) :parent: #+NAME: meta_output_debugs #+BEGIN_SRC d @@ -106,7 +106,7 @@ debug(parent) { } #+END_SRC -** (dumpdoc) :objects: +** (dumpdoc) :objects: #+NAME: meta_output_debugs #+BEGIN_SRC d @@ -119,7 +119,7 @@ debug(dumpdoc) { } #+END_SRC -** (segnames) :objects: +** (segnames) :objects: #+NAME: meta_output_debugs_checkdoc #+BEGIN_SRC d @@ -166,7 +166,7 @@ debug(checkdoc) { } #+END_SRC -*** out endnotes :endnotes: +*** out endnotes :endnotes: #+NAME: meta_output_debugs_checkdoc #+BEGIN_SRC d @@ -188,7 +188,7 @@ debug(checkdoc) { } #+END_SRC -*** out bookindex :bookindex: +*** out bookindex :bookindex: #+NAME: meta_output_debugs_checkdoc #+BEGIN_SRC d @@ -212,7 +212,7 @@ debug(checkdoc) { #+END_SRC ** sections -*** heading_section :heading: +*** heading_section :heading: #+NAME: meta_output_debugs #+BEGIN_SRC d @@ -262,7 +262,7 @@ debug(section_toc) { } #+END_SRC -*** body_section :body: +*** body_section :body: #+NAME: meta_output_debugs #+BEGIN_SRC d @@ -281,7 +281,7 @@ debug(section_body) { } #+END_SRC -*** dom structure :body: +*** dom structure :body: #+NAME: meta_output_debugs #+BEGIN_SRC d @@ -358,7 +358,7 @@ debug(decendants) { } #+END_SRC -*** endnotes_section (seg & scroll) :endnotes: +*** endnotes_section (seg & scroll) :endnotes: **** endnotes #+NAME: meta_output_debugs @@ -379,7 +379,7 @@ debug(section_endnotes_seg) { } #+END_SRC -*** glossary_section :glossary: +*** glossary_section :glossary: #+NAME: meta_output_debugs #+BEGIN_SRC d @@ -398,7 +398,7 @@ debug(section_glossary) { } #+END_SRC -*** bibliography_section (seg & scroll) :bibliography: +*** bibliography_section (seg & scroll) :bibliography: #+NAME: meta_output_debugs #+BEGIN_SRC d @@ -417,7 +417,7 @@ debug(section_bibliography) { } #+END_SRC -*** bookindex_section (seg & scroll) :bookindex: +*** bookindex_section (seg & scroll) :bookindex: **** bookindex #+NAME: meta_output_debugs @@ -448,7 +448,7 @@ debug(section_bookindex_scroll) { } #+END_SRC -*** section_blurb :blurb: +*** section_blurb :blurb: #+NAME: meta_output_debugs #+BEGIN_SRC d @@ -467,7 +467,7 @@ debug(blurb_section) { } #+END_SRC -** (objects) :objects: +** (objects) :objects: #+NAME: meta_output_debugs #+BEGIN_SRC d @@ -490,7 +490,7 @@ debug(objects) { } #+END_SRC -** (headermakejson) :json:header: +** (headermakejson) :json:header: #+NAME: meta_output_debugs #+BEGIN_SRC d @@ -522,7 +522,7 @@ debug(headermakejson) { } #+END_SRC -** (headermetadatajson) :json:header: +** (headermetadatajson) :json:header: #+NAME: meta_output_debugs #+BEGIN_SRC d @@ -676,7 +676,7 @@ debug(anchor) { } #+END_SRC -** (headings) :headings: +** (headings) :headings: #+NAME: meta_output_debugs #+BEGIN_SRC d @@ -697,7 +697,7 @@ debug(heading) { // heading } #+END_SRC -** (summary) [+1] :summary: +** (summary) [+1] :summary: #+NAME: meta_output_debugs #+BEGIN_SRC d |