diff options
Diffstat (limited to 'org/ao_summary_and_debugs.org')
-rw-r--r-- | org/ao_summary_and_debugs.org | 16 |
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, |