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

Unified Diff: pkg/docgen/test/multi_library_code/lib/root_lib.dart

Issue 245673002: pkg/docgen: a bunch of cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 6 years, 8 months 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 | « pkg/docgen/lib/src/models/model_helpers.dart ('k') | pkg/docgen/test/typedef_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/test/multi_library_code/lib/root_lib.dart
diff --git a/pkg/docgen/test/multi_library_code/lib/root_lib.dart b/pkg/docgen/test/multi_library_code/lib/root_lib.dart
index 0a79b4707b62165fe2ca491fa5ed1d7f6fad5a75..74423abfeba22b68b7561d308758df0fdd7d9e60 100644
--- a/pkg/docgen/test/multi_library_code/lib/root_lib.dart
+++ b/pkg/docgen/test/multi_library_code/lib/root_lib.dart
@@ -7,3 +7,7 @@ library root_lib;
export 'test_lib.dart';
export 'test_lib_foo.dart';
export 'test_lib_bar.dart';
+
+class RootClass {
+ RootClass(int a, int b);
+}
« no previous file with comments | « pkg/docgen/lib/src/models/model_helpers.dart ('k') | pkg/docgen/test/typedef_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698