Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: pkg/docgen/lib/docgen.dart

Issue 53423004: Added a few more annotations to the blacklist for docgen. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698