diff trunk/src/docgen/document/generator.d @ 470:e48a011e687a

Initial plain text output support.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Wed, 31 Oct 2007 23:03:56 +0200
parents 32f4c3cb6a41
children 381044a3feac
line wrap: on
line diff
--- a/trunk/src/docgen/document/generator.d	Wed Oct 31 21:42:33 2007 +0200
+++ b/trunk/src/docgen/document/generator.d	Wed Oct 31 23:03:56 2007 +0200
@@ -14,7 +14,6 @@
 import tango.io.FilePath;
 import tango.io.FileScan;
 debug import tango.io.Stdout;
-import tango.io.Stdout;
 
 
 alias void delegate(ref Module[], ref Edge[], ref Vertex[char[]]) ParserDg;
@@ -85,8 +84,7 @@
       (new FilePath(outPath(filePath.file))).copy(filePath.toUtf8());
     }
 
-    Stdout();
-    Stdout(scan.files.length)(" static files copied.\n");
+    debug Stdout(scan.files.length)(" static files copied.\n");
   }
 
   FileOutput outputFile(char[] fname) {