diff trunk/src/docgen/graphutils/writers.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 ac9cd48151b6
children 49f3afd6a0e8
line wrap: on
line diff
--- a/trunk/src/docgen/graphutils/writers.d	Tue Oct 16 22:20:37 2007 +0200
+++ b/trunk/src/docgen/graphutils/writers.d	Wed Oct 17 03:12:46 2007 +0300
@@ -22,6 +22,8 @@
         return &((new ModuleNameWriter(this, outputs)).generateGraph);
       case GraphFormat.ModulePaths:
         return &((new ModulePathWriter(this, outputs)).generateGraph);
+      default:
+        throw new Exception("Graph writer type does not exist!");
     }
   }
 }
\ No newline at end of file