| Index: pkg/docgen/bin/docgen.dart
|
| diff --git a/pkg/docgen/bin/docgen.dart b/pkg/docgen/bin/docgen.dart
|
| index f55a807f20e65649d390cbb1b74801e3e54c90ee..ac6b3645ad9427fc780d918f298dae170d6ec103 100644
|
| --- a/pkg/docgen/bin/docgen.dart
|
| +++ b/pkg/docgen/bin/docgen.dart
|
| @@ -108,7 +108,7 @@ ArgParser _initArgParser() {
|
| help: 'Flag to include private declarations.', negatable: false);
|
| parser.addFlag('include-sdk',
|
| help: 'Flag to parse SDK Library files.',
|
| - defaultsTo: true,
|
| + defaultsTo: false,
|
| negatable: true);
|
| parser.addFlag('parse-sdk',
|
| help: 'Parses the SDK libraries only.',
|
|
|