comparison trunk/src/docgen/page/htmlwriter.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 e48a011e687a
children
comparison
equal deleted inserted replaced
716:08e6174a2e1c 717:cb8edb09108a
57 override void generateCustomPage(char[] name, char[][] args ...) { 57 override void generateCustomPage(char[] name, char[][] args ...) {
58 super.generateCustomPage(name, args); 58 super.generateCustomPage(name, args);
59 59
60 if (name == "stylesheet") { 60 if (name == "stylesheet") {
61 styleSheetFile = (new FilePath( 61 styleSheetFile = (new FilePath(
62 (cast(Object)outputs[0].conduit).toUtf8())).file(); 62 (cast(Object)outputs[0].conduit).toString())).file();
63 } 63 }
64 } 64 }
65 65
66 /** 66 /**
67 * Overrides the default template fetcher in order to 67 * Overrides the default template fetcher in order to