From a74c05a756f541c314792a9f852c98db1f2b1aed Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 7 Dec 2016 17:28:38 -0500 Subject: 0.9.5 org files reorganized, tangles (code structure) to top of file --- org/ao_output_debugs.org | 65 ++++++++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 32 deletions(-) (limited to 'org/ao_output_debugs.org') diff --git a/org/ao_output_debugs.org b/org/ao_output_debugs.org index c576264..bea972e 100644 --- a/org/ao_output_debugs.org +++ b/org/ao_output_debugs.org @@ -12,7 +12,39 @@ #+FILETAGS: :sdp:rel:ao: #+TAGS: assert(a) class(c) debug(d) mixin(m) sdp(s) tangle(T) template(t) WEB(W) noexport(n) -* output debugs :debug:output: +[[./sdp.org][sdp]] [[./][org/]] +* 0. Code Outline / Structure (tangles) :tangle: +** code structure: :ao_output_debugs.d: + +#+name: tangle_ao_output_debugs +#+BEGIN_SRC d :tangle ../src/sdp/ao_output_debugs.d +/++ + output debugs ++/ +template SiSUoutputDebugs() { + struct SDPoutputDebugs { + auto abstract_doc_source_debugs(S)( + auto ref const S contents, + string[][string] document_section_keys_sequenced, + string[] html_segnames, + string[string][string] dochead_make, + string[string][string] dochead_meta, + string fn_src, + bool[string] opt_action_bool + ) { + mixin RgxInit; + mixin InternalMarkup; + <> + <> + <> + <> + } + } + } +} +#+END_SRC + +* 1. output debugs :debug:output: [[./sdp.org][sdp]] [[./][org/]] ** initialize :report: @@ -824,34 +856,3 @@ debug(checkdoc) { } } #+END_SRC - -* tangles :tangle: -** code structure: :ao_output_debugs.d: - -#+name: tangle_ao_output_debugs -#+BEGIN_SRC d :tangle ../src/sdp/ao_output_debugs.d -/++ - output debugs -+/ -template SiSUoutputDebugs() { - struct SDPoutputDebugs { - auto abstract_doc_source_debugs(S)( - auto ref const S contents, - string[][string] document_section_keys_sequenced, - string[] html_segnames, - string[string][string] dochead_make, - string[string][string] dochead_meta, - string fn_src, - bool[string] opt_action_bool - ) { - mixin RgxInit; - mixin InternalMarkup; - <> - <> - <> - <> - } - } - } -} -#+END_SRC -- cgit v1.2.3