aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_summary_and_debugs.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-02-02 13:20:08 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit7f5b1a866e239b2137ede22235f7b69731b6e743 (patch)
treeb85205dfe9f6360a378090e307dcd5224b41e17d /org/ao_summary_and_debugs.org
parent0.12.2 ao_summary_and_debugs.org (ao_output_debugs.org moved and reorganised) (diff)
ao_doc_abstraction.org (moved/renamed ao_abstract_doc_source.org)
Diffstat (limited to 'org/ao_summary_and_debugs.org')
-rw-r--r--org/ao_summary_and_debugs.org16
1 files changed, 4 insertions, 12 deletions
diff --git a/org/ao_summary_and_debugs.org b/org/ao_summary_and_debugs.org
index c921700..2fc405e 100644
--- a/org/ao_summary_and_debugs.org
+++ b/org/ao_summary_and_debugs.org
@@ -13,8 +13,8 @@
#+TAGS: assert(a) class(c) debug(d) mixin(m) sdp(s) tangle(T) template(t) WEB(W) noexport(n)
[[./sdp.org][sdp]] [[./][org/]]
-* 1. abstraction summary [#A]
-** 0. code structure: :ao_doc_debugs:
+* 1. abstraction summary [#A] :summary:doc:abstraction:
+** 0. code structure: :abstraction_summary:
#+BEGIN_SRC d :tangle ../src/sdp/abstraction_summary.d
template SiSUabstractionSummary() {
@@ -40,15 +40,9 @@ import
ao_defaults,
ao_rgx;
import
- std.algorithm,
std.array,
- std.container,
std.exception,
- std.getopt,
std.stdio,
- std.file,
- std.path,
- std.range,
std.regex,
std.string,
std.traits,
@@ -139,8 +133,8 @@ markup.repeat_character_by_number_provided("-", 10)
markup.repeat_character_by_number_provided("-", (doc_matters.dochead_meta["title"]["full"].length))
markup.repeat_character_by_number_provided("-", (doc_matters.source_filename.length))
-* 2. abstraction debugs :debug:output:
-** 0. code structure: :ao_output_debugs:
+* 2. abstraction debugs :debug:doc:abstraction:
+** 0. code structure: :ao_doc_debugs:
#+BEGIN_SRC d :tangle ../src/sdp/ao_doc_debugs.d
/++
@@ -178,9 +172,7 @@ private import
std.array,
std.container,
std.exception,
- std.getopt,
std.json,
- std.process,
std.stdio,
std.file,
std.path,