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

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

Issue 304203004: Correctly handle case where we have a library outside of a package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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/package_helpers.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/lib/docgen.dart
diff --git a/pkg/docgen/lib/docgen.dart b/pkg/docgen/lib/docgen.dart
index 6b5077755e48e35a872aff7b4377380224a8bf6b..428f4c7fae623882541b37019c1c5bb310c8a6da 100644
--- a/pkg/docgen/lib/docgen.dart
+++ b/pkg/docgen/lib/docgen.dart
@@ -42,8 +42,9 @@ Future<bool> docgen(List<String> files, {String packageRoot,
String introFileName: '', String out: gen.DEFAULT_OUTPUT_DIRECTORY,
List<String> excludeLibraries: const [],
bool includeDependentPackages: false, bool compile: false,
- bool serve: false, bool noDocs: false, String startPage, String pubScript,
- String dartBinary, bool indentJSON: false}) {
+ bool serve: false, bool noDocs: false, String startPage,
+ String pubScript : 'pub', String dartBinary: 'dart',
+ bool indentJSON: false}) {
var result;
if (!noDocs) {
viewer.ensureMovedViewerCode();
« no previous file with comments | « no previous file | pkg/docgen/lib/src/generator.dart » ('j') | pkg/docgen/lib/src/package_helpers.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698