aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_read_source_files.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-02-02 12:17:38 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commitf5c32101f14aa21c056b57ddce14394b7f1e7c23 (patch)
tree962e244304dfe70e6789aceedb36ac37d74bcc51 /org/ao_read_source_files.org
parentscreen output (diff)
0.12.2 ao_summary_and_debugs.org (ao_output_debugs.org moved and reorganised)
Diffstat (limited to 'org/ao_read_source_files.org')
-rw-r--r--org/ao_read_source_files.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/org/ao_read_source_files.org b/org/ao_read_source_files.org
index 24b95e4..c325517 100644
--- a/org/ao_read_source_files.org
+++ b/org/ao_read_source_files.org
@@ -168,19 +168,19 @@ final auto ConfigHub(C,E)(C conf_sdl, E env) {
- open markup files<BR>
- if master file scan for addional files to import/insert
+/
-template SiSUmarkupRaw() {
+template SiSUrawMarkupContent() {
private import
ao_rgx;
<<imports_std>>
mixin SiSUrgxInit;
auto rgx = Rgx();
- auto rawsrc = MarkupRaw();
- auto SiSUmarkupRaw(Fn)(Fn fn_src) {
+ auto rawsrc = RawMarkupContent();
+ auto SiSUrawMarkupContent(Fn)(Fn fn_src) {
auto _0_header_1_body_content_2_insert_filelist_tuple =
rawsrc.sourceContentSplitIntoHeaderAndBody(rawsrc.sourceContent(fn_src), fn_src);
return _0_header_1_body_content_2_insert_filelist_tuple;
}
- struct MarkupRaw {
+ struct RawMarkupContent {
final sourceContent(in string fn_src) {
auto raw = MarkupRawUnit();
auto source_txt_str =