aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-09-01 12:09:50 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:13 -0400
commitef17033a501980b450afebcdd85fbbfe215738e4 (patch)
treeb500505165cf4aa3ad68a9fd03a35301e6931246 /src/sdp.d
parent0.6.6 resolves dmd frame pointer access issue (ldc was ok) (diff)
0.6.7 re-arrange output
Diffstat (limited to 'src/sdp.d')
-rwxr-xr-xsrc/sdp.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sdp.d b/src/sdp.d
index afc87a0..f3acc9c 100755
--- a/src/sdp.d
+++ b/src/sdp.d
@@ -16,7 +16,8 @@ import
ao_read_config_files, // sdp/ao_read_config_files.d
ao_read_source_files, // sdp/ao_read_source_files.d
ao_rgx, // sdp/ao_rgx.d
- output_hub; // output_hub.d
+ output_hub, // output_hub.d
+ output_html; // output_html.d
/+ sdlang http://sdlang.org +/
import sdlang; // sdlang.d
/+ std +/