| Index: pkg/docgen/lib/docgen.dart
|
| diff --git a/pkg/docgen/lib/docgen.dart b/pkg/docgen/lib/docgen.dart
|
| index b4aead316685f5d9fdd210740ae915f1af51722c..4c8ffe74ecf7d9497451acfa2352fe6678b02de0 100644
|
| --- a/pkg/docgen/lib/docgen.dart
|
| +++ b/pkg/docgen/lib/docgen.dart
|
| @@ -38,7 +38,8 @@ const String USAGE = 'Usage: dart docgen.dart [OPTIONS] fooDir/barFile';
|
|
|
|
|
| List<String> skippedAnnotations = const [
|
| - 'metadata.DocsEditable', 'metadata.DomName'];
|
| + 'metadata.DocsEditable', '_js_helper.JSName', '_js_helper.Creates',
|
| + '_js_helper.Returns', 'observe-src-metadata.Reflectable'];
|
|
|
| /// Current library being documented to be used for comment links.
|
| LibraryMirror _currentLibrary;
|
|
|