| Index: pkg/docgen/lib/docgen.dart
|
| diff --git a/pkg/docgen/lib/docgen.dart b/pkg/docgen/lib/docgen.dart
|
| index da6fe2539d346d30921f58cea779491d29e40d40..8f48f5f53e3aadab4eb24df5ebd85d34e203ad33 100644
|
| --- a/pkg/docgen/lib/docgen.dart
|
| +++ b/pkg/docgen/lib/docgen.dart
|
| @@ -41,7 +41,7 @@ const String USAGE = 'Usage: dart docgen.dart [OPTIONS] fooDir/barFile';
|
|
|
| List<String> skippedAnnotations = const [
|
| 'metadata.DocsEditable', '_js_helper.JSName', '_js_helper.Creates',
|
| - '_js_helper.Returns', 'observe-src-metadata.Reflectable'];
|
| + '_js_helper.Returns'];
|
|
|
| /// Set of libraries declared in the SDK, so libraries that can be accessed
|
| /// when running dart by default.
|
|
|