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

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

Issue 237343002: pkg/docgen: sort output files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | pkg/docgen/lib/src/generator.dart » ('j') | pkg/docgen/lib/src/generator.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/bin/docgen.dart
diff --git a/pkg/docgen/bin/docgen.dart b/pkg/docgen/bin/docgen.dart
index eba859cac01e9226ed215e8559fa005805cdbe8d..51ba13a6da6769bedb44c83271f8b2def00b7662 100644
--- a/pkg/docgen/bin/docgen.dart
+++ b/pkg/docgen/bin/docgen.dart
@@ -8,6 +8,7 @@ import 'package:args/args.dart';
import 'package:logging/logging.dart';
import 'package:path/path.dart' as path;
+// Must use relative paths because library imports mirrors via relative paths
import '../lib/docgen.dart';
/**
« no previous file with comments | « no previous file | pkg/docgen/lib/src/generator.dart » ('j') | pkg/docgen/lib/src/generator.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698