diff trunk/src/docgen/docgen.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 b7503e02fbe7
children e48a011e687a
line wrap: on
line diff
--- a/trunk/src/docgen/docgen.d	Tue Oct 30 20:27:24 2007 +0100
+++ b/trunk/src/docgen/docgen.d	Wed Oct 31 15:17:20 2007 +0200
@@ -103,7 +103,7 @@
         Stdout("Generating LaTeX docs..");
         break;
       case DocFormat.HTML:
-        generator = new HTMLDocGenerator(*options, &parser);
+        generator = new HTMLDocGenerator(*options, &parser, graphcache);
         Stdout("Generating HTML docs..");
         break;
       case DocFormat.XML: