diff options
Diffstat (limited to 'src/sdp.d')
| -rwxr-xr-x | src/sdp.d | 10 | 
1 files changed, 0 insertions, 10 deletions
| @@ -79,7 +79,6 @@ void main(string[] args) {          bits, os,        );      } -    // stderr.writeln("0");    }    scope(failure) {      debug(checkdoc) { @@ -164,7 +163,6 @@ void main(string[] args) {              "-------------------------------",            );          } -        // stderr.writeln("0");        }        scope(failure) {          debug(checkdoc) { @@ -174,7 +172,6 @@ void main(string[] args) {              fn_src            );          } -        // stderr.writeln("1");        }        enforce(          match(fn_src, rgx.src_pth), @@ -200,10 +197,8 @@ void main(string[] args) {        auto t = abs.abstract_doc_source(content_body, dochead_make, dochead_meta);        static assert(!isTypeTuple!(t));        auto doc_ao_contents = t[0]; // head ~ toc ~ contents ~ endnotes_seg ~ [glossary] ~ bibliography ~ bookindex; -      // static assert(!isIterable!(doc_ao_contents));        auto doc_ao_bookindex_unordered_hashes = t[1]; // redundant?        auto doc_ao_biblio = t[2];                     // redundant? -      // destroy(t);        /+ ↓ debugs +/        debug(checkdoc) { // checkbook & dumpdoc          auto doc_ao_contents_view = ( @@ -244,9 +239,6 @@ void main(string[] args) {          destroy(content_body);          destroy(t);          destroy(doc_ao_contents); -        // destroy(doc_ao_make_aa); -        // destroy(doc_ao_meta_aa); -        // destroy(doc_ao_bookindex_unordered_hashes);          destroy(doc_ao_biblio);          destroy(fn_src);        } @@ -254,11 +246,9 @@ void main(string[] args) {        /+ no recognized filename provided +/        writeln("no recognized filename");        break; -      // terminate, stop      }    }  } -/// sdp sisu document parser  unittest {    /++  	name        "sdp" | 
