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

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

Issue 10914267: Fix dartdoc editor integration. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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: pkg/dartdoc/bin/dartdoc.dart
diff --git a/pkg/dartdoc/bin/dartdoc.dart b/pkg/dartdoc/bin/dartdoc.dart
index 902d201c22837436d0b4e48c272a5160fb086e0b..bdcec0c8136b2b71dc670bf25f87d9f22fe906b8 100644
--- a/pkg/dartdoc/bin/dartdoc.dart
+++ b/pkg/dartdoc/bin/dartdoc.dart
@@ -40,6 +40,7 @@ main() {
final args = new Options().arguments;
final dartdoc = new Dartdoc();
+ dartdoc.dartdocPath = libPath.append('pkg/dartdoc');
if (args.isEmpty()) {
print('No arguments provided.');

Powered by Google App Engine
This is Rietveld 408576698