diff trunk/src/docgen/document/generator.d @ 717:cb8edb09108a

Updated docgen (mostly) to new tango. Reflective options. Updated translations.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Fri, 01 Feb 2008 15:05:56 +0200
parents 381044a3feac
children ec8dd7b8bf0c
line wrap: on
line diff
--- a/trunk/src/docgen/document/generator.d	Thu Jan 31 21:31:47 2008 +0100
+++ b/trunk/src/docgen/document/generator.d	Fri Feb 01 15:05:56 2008 +0200
@@ -89,7 +89,7 @@
     scan(templateDir~options.templates.templateStyle~"/"~formatDirs[docFormat]~"/static/");
 
     foreach(filePath; scan.files) {
-      (new FilePath(outPath(filePath.file))).copy(filePath.toUtf8());
+      (new FilePath(outPath(filePath.file))).copy(filePath.toString());
     }
 
     debug Stdout(scan.files.length)(" static files copied.\n");