diff trunk/src/docgen/sourcelisting/xmlwriter.d @ 457:33a4cb255fcc

Cached images, small fixes, reorganizing.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Tue, 30 Oct 2007 15:41:30 +0200
parents 4e5b35df3060
children
line wrap: on
line diff
--- a/trunk/src/docgen/sourcelisting/xmlwriter.d	Tue Oct 30 02:35:56 2007 +0200
+++ b/trunk/src/docgen/sourcelisting/xmlwriter.d	Tue Oct 30 15:41:30 2007 +0200
@@ -11,9 +11,9 @@
  * TODO
  */
 class XMLWriter : AbstractWriter!(ListingWriterFactory), ListingWriter {
-  DocumentWriter writer;
+  PageWriter writer;
   
-  this(ListingWriterFactory factory, DocumentWriter writer) {
+  this(ListingWriterFactory factory, PageWriter writer) {
     super(factory);
     this.writer = writer;
   }