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

Unified Diff: sdk/lib/_internal/dartdoc/bin/dartdoc.dart

Issue 12694002: Small dartdoc fixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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
Index: sdk/lib/_internal/dartdoc/bin/dartdoc.dart
diff --git a/sdk/lib/_internal/dartdoc/bin/dartdoc.dart b/sdk/lib/_internal/dartdoc/bin/dartdoc.dart
index e510c1e99046d32a3fede8a12ec6576a16c6e752..e55424d831888042d258cda58854464834536682 100644
--- a/sdk/lib/_internal/dartdoc/bin/dartdoc.dart
+++ b/sdk/lib/_internal/dartdoc/bin/dartdoc.dart
@@ -137,7 +137,7 @@ main() {
allLibs.add(lib);
}
}
- dartdoc.excludedLibraries = allLibs;
+ dartdoc.includedLibraries = allLibs;
Johnni Winther 2013/04/08 13:06:23 Currently, the dartdoc testing infrastructure does
}
}, allowMultiple: true);

Powered by Google App Engine
This is Rietveld 408576698