diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-02-26 15:42:10 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 194c896c4a3780e9fece376507dcac3657237cd4 (patch) | |
tree | 171b7b0de4e743502dc5830af40251dcd7461b0f /src/sdp/sdp.d | |
parent | maker.org updates, including reggae builds (diff) |
playing with header/make substitutionsdoc-reform_v0.0.24
Diffstat (limited to 'src/sdp/sdp.d')
-rwxr-xr-x | src/sdp/sdp.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdp/sdp.d b/src/sdp/sdp.d index b54ea3c..2d0397d 100755 --- a/src/sdp/sdp.d +++ b/src/sdp/sdp.d @@ -376,7 +376,7 @@ void main(string[] args) { manifest.src.filename ~ "»" ); debug(steps) { - writeln("stepX commence → (document abstraction)"); + writeln("--->\nstepX commence → (document abstraction)"); } auto t = SiSUabstraction!()(_env, _opt_action, manifest); static assert(!isTypeTuple!(t)); |