comparison trunk/src/docgen/graphutils/modulepathwriter.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 33a4cb255fcc
children ec8dd7b8bf0c
comparison
equal deleted inserted replaced
465:e0d24e05a9ee 466:db7e27b5c180
7 7
8 import tango.io.Print: Print; 8 import tango.io.Print: Print;
9 import tango.text.convert.Layout : Layout; 9 import tango.text.convert.Layout : Layout;
10 10
11 class ModulePathWriter : AbstractGraphWriter { 11 class ModulePathWriter : AbstractGraphWriter {
12 public:
13
12 this(GraphWriterFactory factory, PageWriter writer) { 14 this(GraphWriterFactory factory, PageWriter writer) {
13 super(factory, writer); 15 super(factory, writer);
14 } 16 }
15 17
16 void generateDepGraph(Vertex[] vertices, Edge[] edges, OutputStream imageFile) { 18 void generateDepGraph(Vertex[] vertices, Edge[] edges, OutputStream imageFile) {