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

Unified Diff: pkg/dartdoc/bin/dartdoc.dart

Issue 11339056: Cleanup run on DartDoc from Dart Editor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « no previous file | pkg/dartdoc/lib/classify.dart » ('j') | pkg/dartdoc/lib/dartdoc.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dartdoc/bin/dartdoc.dart
diff --git a/pkg/dartdoc/bin/dartdoc.dart b/pkg/dartdoc/bin/dartdoc.dart
old mode 100644
new mode 100755
index 5e7a9b0bff57798de465bc25a60d2cd762640c32..25fc6556e3f6c979f88ea543fbaf72a5158f3990
--- a/pkg/dartdoc/bin/dartdoc.dart
+++ b/pkg/dartdoc/bin/dartdoc.dart
@@ -14,13 +14,13 @@
* members, finds the associated doc comments and builds crosslinked docs from
* them.
*/
-#library('dartdoc');
+library dartdoc;
-#import('dart:io');
+import 'dart:io';
// TODO(rnystrom): Use "package:" URL (#4968).
-#import('../lib/dartdoc.dart');
-#import('../../args/lib/args.dart');
+import '../lib/dartdoc.dart';
+import '../../args/lib/args.dart';
/**
* Run this from the `pkg/dartdoc` directory.
« no previous file with comments | « no previous file | pkg/dartdoc/lib/classify.dart » ('j') | pkg/dartdoc/lib/dartdoc.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698