Index: pkg/dartdoc/lib/dartdoc.dart |
diff --git a/pkg/dartdoc/lib/dartdoc.dart b/pkg/dartdoc/lib/dartdoc.dart |
index 48b7188e6ca7f9038d109bd144e1879d79441699..c5ed628630f468ed5ceb411d485c71e697b9ba47 100644 |
--- a/pkg/dartdoc/lib/dartdoc.dart |
+++ b/pkg/dartdoc/lib/dartdoc.dart |
@@ -155,7 +155,7 @@ class Dartdoc { |
Path dartdocPath; |
/** Path to generate HTML files into. */ |
- Path outputDir = const Path('docs'); |
+ Path outputDir = new Path('docs'); |
/** |
* The title used for the overall generated output. Set this to change it. |