diff trunk/src/docgen/testsuite.d @ 444:0bda71dc9c4f

More document template and source listing code.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Wed, 17 Oct 2007 03:12:46 +0300
parents 13ecfb4278a4
children 49f3afd6a0e8
line wrap: on
line diff
--- a/trunk/src/docgen/testsuite.d	Tue Oct 16 22:20:37 2007 +0200
+++ b/trunk/src/docgen/testsuite.d	Wed Oct 17 03:12:46 2007 +0300
@@ -6,6 +6,7 @@
 
 import docgen.tests.graphs;
 import docgen.tests.parse;
+import docgen.tests.doctemplate;
 import tango.io.Stdout;
 
 /**
@@ -21,5 +22,7 @@
   graph4();
   parse1();
   parse2();
+  doctemplate1();
+  
   Stdout("done.\n");
 }