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

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

Issue 68133010: Add back Reflectable annotations. (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 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.
« 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