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

Unified Diff: utils/apidoc/apidoc.dart

Issue 9705037: Add new core ("dart:") libraries to frog so that apidoc can find them. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « utils/apidoc/apidoc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/apidoc.dart
diff --git a/utils/apidoc/apidoc.dart b/utils/apidoc/apidoc.dart
index 1ed08976a81b199ebf3524e486f02169a114bc38..f1b385dba0d1fd38515e661e8e5fff19637be498 100644
--- a/utils/apidoc/apidoc.dart
+++ b/utils/apidoc/apidoc.dart
@@ -35,7 +35,7 @@ void main() {
// TODO(rnystrom): Cram in the the IO libraries. This is hackish right now.
// We should probably move corelib stuff completely out of dartdoc and have it
// all here.
- world.getOrAddLibrary('io_libs.dart');
+ world.getOrAddLibrary('dart:io');
print('Generating docs...');
final apidoc = new Apidoc(mdn);
« no previous file with comments | « utils/apidoc/apidoc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698