diff options
Diffstat (limited to 'src/sdp/abstraction.d')
| -rw-r--r-- | src/sdp/abstraction.d | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdp/abstraction.d b/src/sdp/abstraction.d index 51b76d6..726513c 100644 --- a/src/sdp/abstraction.d +++ b/src/sdp/abstraction.d @@ -14,7 +14,7 @@ template SiSUabstraction() {      output_hub,      paths_source;    /+ sdlang http://sdlang.org +/ -  import sdlang;                            // sdlang.d +  import sdlang;    /+ std +/    private import      std.array, @@ -70,7 +70,7 @@ template SiSUabstraction() {      );      static assert(!isTypeTuple!(da));      static assert(da.length==5); -    auto doc_abstraction = da[docAbst.doc_abstraction]; // head ~ toc ~ body ~ endnotes_seg ~ glossary ~ bibliography ~ bookindex ~blurb; +    auto doc_abstraction = da[docAbst.doc_abstraction]; /+ head ~ toc ~ body ~ endnotes_seg ~ glossary ~ bibliography ~ bookindex ~ blurb; +/      auto _document_section_keys_sequenced = da[docAbst.section_keys];      string[] _doc_html_segnames = da[docAbst.segnames];      string[] _doc_epub_segnames_0_4 = da[docAbst.segnames_0_4];  | 
