diff trunk/src/docgen/sourcelisting/htmlwriter.d @ 466:db7e27b5c180

Fixed parts of HTML output, some reorganizing.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Wed, 31 Oct 2007 15:17:20 +0200
parents 33a4cb255fcc
children
line wrap: on
line diff
--- a/trunk/src/docgen/sourcelisting/htmlwriter.d	Tue Oct 30 20:27:24 2007 +0100
+++ b/trunk/src/docgen/sourcelisting/htmlwriter.d	Wed Oct 31 15:17:20 2007 +0200
@@ -29,6 +29,7 @@
     auto bytesRead = inputStream.read (content);
     
     assert(bytesRead == inputStream.length, "Error reading source file");
+    assert(output == null);
     
     writer.addListing(
       moduleName,