aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2018-02-26 15:42:10 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit194c896c4a3780e9fece376507dcac3657237cd4 (patch)
tree171b7b0de4e743502dc5830af40251dcd7461b0f /org/sdp.org
parentmaker.org updates, including reggae builds (diff)
playing with header/make substitutionsdoc-reform_v0.0.24
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/sdp.org b/org/sdp.org
index 6ed2639..4d6971e 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -604,7 +604,7 @@ enforce(
#+NAME: sdp_each_file_do_abstraction
#+BEGIN_SRC d
debug(steps) {
- writeln("stepX commence → (document abstraction)");
+ writeln("--->\nstepX commence → (document abstraction)");
}
auto t = SiSUabstraction!()(_env, _opt_action, manifest);
static assert(!isTypeTuple!(t));