diff options
| author | Ralph Amissah <ralph@amissah.com> | 2016-12-02 14:44:39 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 | 
| commit | 313ddb0ac605838eaca89054ff80a0402a8c6313 (patch) | |
| tree | 960459bef8876b5e859fa15435a15ee673212a67 /src/sdp/output_hub.d | |
| parent | 0.9.2 backmatter: control processing, possible to omit sections (diff) | |
0.9.3 start work on node pointers, a way to go
Diffstat (limited to 'src/sdp/output_hub.d')
| -rw-r--r-- | src/sdp/output_hub.d | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdp/output_hub.d b/src/sdp/output_hub.d index bdb8480..7235619 100644 --- a/src/sdp/output_hub.d +++ b/src/sdp/output_hub.d @@ -7,6 +7,7 @@ template SiSUoutputHub() {      void hub(S)(        auto ref const S         contents,        string[][string]         document_section_keys_sequenced, +      string[]                 html_segnames,        string[string][string]   dochead_make,        string[string][string]   dochead_meta,        string                   fn_src,  | 
