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

Unified Diff: pkg/docgen/bin/upload_docgen.py

Issue 35743002: Make docgen able to generate pkg docs and save the package names (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Make sure we have an ending newline in index.txt, also write a JSON index, and include packageName … Created 7 years, 2 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/docgen/bin/upload_docgen.py
diff --git a/pkg/docgen/bin/upload_docgen.py b/pkg/docgen/bin/upload_docgen.py
index 22903e1beb245fd1b60622571781f32be0d6104a..9e2d335b6c4587037cf29cca1317f1f5c605abd5 100644
--- a/pkg/docgen/bin/upload_docgen.py
+++ b/pkg/docgen/bin/upload_docgen.py
@@ -69,7 +69,7 @@ def main():
# Execute Docgen.dart on the SDK.
ExecuteCommand([DART, '--checked', '--package-root=' + PACKAGE_ROOT,
abspath(join(dirname(__file__), 'docgen.dart')),
- '--parse-sdk'])
+ '--parse-sdk', '--json'])
# Use SVN Revision to get the revision number.
revision = utils.GetSVNRevision()

Powered by Google App Engine
This is Rietveld 408576698