aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_read_source_files.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-05-07 16:07:11 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commite31e98f5cc3c2289ad47198a506d8d03a063512c (patch)
treec954269daebba8549190d1e4a91f4a64ae62664c /org/ao_read_source_files.org
parentcleaning (diff)
0.15.0 named modules
Diffstat (limited to 'org/ao_read_source_files.org')
-rw-r--r--org/ao_read_source_files.org14
1 files changed, 8 insertions, 6 deletions
diff --git a/org/ao_read_source_files.org b/org/ao_read_source_files.org
index 134b64b..9b9e863 100644
--- a/org/ao_read_source_files.org
+++ b/org/ao_read_source_files.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. get config file :config:
-** 0. config files, read in
+* 1. get config file (read in) :module:sdp:ao_read_config_files:
+** 0. module template
#+BEGIN_SRC d :tangle ../src/sdp/ao_read_config_files.d
/++
@@ -22,6 +22,7 @@
- read config files<BR>
ao_config_files.d
+/
+module sdp.ao_read_config_files;
template ConfigIn() {
<<imports_std>>
import std.file;
@@ -157,9 +158,9 @@ final auto ConfigHub(C,E)(C conf_sdl, E env) {
}
#+END_SRC
-* 2. get markup source, read file
+* 2. get markup source, read file :module:sdp:ao_read_source_files:
-** 0. ao_markup_source_raw.d: :ao_markup_source_raw:
+** 0. module template
#+BEGIN_SRC d :tangle ../src/sdp/ao_read_source_files.d
/++
@@ -167,9 +168,10 @@ final auto ConfigHub(C,E)(C conf_sdl, E env) {
- open markup files<BR>
- if master file scan for addional files to import/insert
+/
+module sdp.ao_read_source_files;
template SiSUrawMarkupContent() {
private import
- ao_rgx;
+ sdp.ao_rgx;
<<imports_std>>
mixin SiSUrgxInit;
auto rgx = Rgx();
@@ -220,7 +222,7 @@ template SiSUrawMarkupContent() {
<<ao_markup_source_raw_get_insert_source_line_array>>
}
struct Inserts {
- private import ao_defaults;
+ private import sdp.ao_defaults;
auto scan_subdoc_source(
char[][] markup_sourcefile_insert_content,
string fn_src