diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-01-23 17:17:47 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 334bb9c301bb72d5331a2e9e067211c18e5f7c69 (patch) | |
tree | 914d539ce4f228103da8bf465cbcf61a71f96498 /src/sdp.d | |
parent | template, document head & body (diff) |
templates
Diffstat (limited to 'src/sdp.d')
-rwxr-xr-x | src/sdp.d | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -227,6 +227,7 @@ void main(string[] args) { _opt_action_bool ); static assert(!isTypeTuple!(t)); + static assert(t.length==3); auto doc_abstraction = t[0]; // head ~ toc ~ contents ~ endnotes_seg ~ glossary ~ bibliography ~ bookindex ~blurb; string[][string] _document_section_keys_sequenced = t[1]; string[] _doc_html_segnames = t[2]; |