| Index: pkg/docgen/lib/docgen.dart
|
| diff --git a/pkg/docgen/lib/docgen.dart b/pkg/docgen/lib/docgen.dart
|
| index 444d8bdb2306004a0274261ff782adec6365aa07..43a22a72059628cc1cc31251f61d45419dc6921a 100644
|
| --- a/pkg/docgen/lib/docgen.dart
|
| +++ b/pkg/docgen/lib/docgen.dart
|
| @@ -113,9 +113,10 @@ and
|
| ///
|
| /// Returned Future completes with true if document generation is successful.
|
| Future<bool> docgen(List<String> files, {String packageRoot,
|
| - bool outputToYaml: true, bool includePrivate: false, bool includeSdk: false,
|
| + bool outputToYaml: false, bool includePrivate: false, bool includeSdk: false,
|
| bool parseSdk: false, bool append: false, String introFileName: '',
|
| - out: _DEFAULT_OUTPUT_DIRECTORY, List<String> excludeLibraries : const [],
|
| + String out: _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}) {
|
|
|