diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-12-01 11:36:01 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 17b1e024c33bac309c36f439fe267a384548a8b8 (patch) | |
tree | ea88a9a3dc87f5c64f9d8b615adb169b5e5697d7 /org/default_paths.org | |
parent | 0.21.0 paths, pod manifest source alternative (diff) |
0.22.0 document matters & pod matters structsdoc-reform_v0.0.22
- better integrated, redundancy removed
Diffstat (limited to 'org/default_paths.org')
-rw-r--r-- | org/default_paths.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org/default_paths.org b/org/default_paths.org index b2c1980..99da708 100644 --- a/org/default_paths.org +++ b/org/default_paths.org @@ -79,10 +79,10 @@ template PodManifest() { #+name: template_paths_src #+BEGIN_SRC d -template PodManifestAndSrcFile() { +template PodMatters() { mixin SiSUrgxInit; static auto rgx = Rgx(); - auto PodManifestAndSrcFile(O,E,P,F)( + auto PodMatters(O,E,P,F)( O _opt_actions, E _env, P _pth = "", @@ -90,7 +90,7 @@ template PodManifestAndSrcFile() { char[][] _manifest_fn_list = [[]], ) { auto _manifest = PodManifest!()(_pth); - struct ManifestFilePlus_ { + struct ManifestMatters_ { auto pwd() { return _env["pwd"]; } @@ -175,7 +175,7 @@ template PodManifestAndSrcFile() { return _image_dirs; } } - return ManifestFilePlus_(); + return ManifestMatters_(); } } #+END_SRC |