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

Unified Diff: compiler/java/com/google/dart/compiler/CommandLineOptions.java

Issue 9094001: Issue 1043: Missing --documentation-out should default to "out" instead of asserting (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 12 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/java/com/google/dart/compiler/CommandLineOptions.java
diff --git a/compiler/java/com/google/dart/compiler/CommandLineOptions.java b/compiler/java/com/google/dart/compiler/CommandLineOptions.java
index ca34a460a4cdca41eeb15c1946f4191f767839b7..fab93082999dbdbd19413e0201988e65dfaab7a4 100644
--- a/compiler/java/com/google/dart/compiler/CommandLineOptions.java
+++ b/compiler/java/com/google/dart/compiler/CommandLineOptions.java
@@ -60,7 +60,7 @@ public class CommandLineOptions {
@Option(name = "--documentation-out", aliases = { "-documentation-out" },
usage = "Directory to write documentation")
- private String documentationOutputDirectory = null;
+ private String documentationOutputDirectory = "out";
@Option(name = "--generate-documentation", aliases = { "-generate-documentation" },
usage = "Generate docs from source")
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698