Index: utils/dartdoc/dartdoc.dart |
diff --git a/utils/dartdoc/dartdoc.dart b/utils/dartdoc/dartdoc.dart |
index 417234949756f9bc645b8045a65965ef773379be..dd28435b119da44d032e4572d58ddcff90637c9d 100644 |
--- a/utils/dartdoc/dartdoc.dart |
+++ b/utils/dartdoc/dartdoc.dart |
@@ -84,6 +84,9 @@ void main() { |
} |
final files = new VMFileSystem(); |
+ // TODO(rnystrom): Note that the following line gets munged by create-sdk to |
+ // work with the SDK's different file layout. If you change it here, make |
+ // sure SDK builds still work. |
parseOptions('../../frog', ['', '', '--libdir=../../frog/lib'], files); |
initializeWorld(files); |