| Index: pkg/docgen/lib/docgen.dart
|
| diff --git a/pkg/docgen/lib/docgen.dart b/pkg/docgen/lib/docgen.dart
|
| index 6b5077755e48e35a872aff7b4377380224a8bf6b..428f4c7fae623882541b37019c1c5bb310c8a6da 100644
|
| --- a/pkg/docgen/lib/docgen.dart
|
| +++ b/pkg/docgen/lib/docgen.dart
|
| @@ -42,8 +42,9 @@ Future<bool> docgen(List<String> files, {String packageRoot,
|
| String introFileName: '', String out: gen.DEFAULT_OUTPUT_DIRECTORY,
|
| List<String> excludeLibraries: const [],
|
| bool includeDependentPackages: false, bool compile: false,
|
| - bool serve: false, bool noDocs: false, String startPage, String pubScript,
|
| - String dartBinary, bool indentJSON: false}) {
|
| + bool serve: false, bool noDocs: false, String startPage,
|
| + String pubScript : 'pub', String dartBinary: 'dart',
|
| + bool indentJSON: false}) {
|
| var result;
|
| if (!noDocs) {
|
| viewer.ensureMovedViewerCode();
|
|
|