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

Unified Diff: tools/bots/dart_sdk.py

Issue 1360823002: rev up dartdoc, markdown (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: add flag for dartdoc runs" Created 5 years, 3 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/dart_sdk.py
diff --git a/tools/bots/dart_sdk.py b/tools/bots/dart_sdk.py
index 3d6ab9c38a410b3e882637463ce7fe860ee07721..6c875ba290e7ca7a4e1a36d3e6cb84687d62de63 100644
--- a/tools/bots/dart_sdk.py
+++ b/tools/bots/dart_sdk.py
@@ -40,7 +40,8 @@ def BuildDartdocAPIDocs(dirname):
with bot.BuildStep('Build API docs by dartdoc'):
subprocess.call([dart_exe, '--package-root=' + packages_dir, dartdoc_dart,
'--sdk-docs','--output', dirname, '--dart-sdk', dart_sdk,
- '--footer' , footer_file],
+ '--footer' , footer_file,
+ '--rel-canonical-prefix=https://api.dartlang.org/stable'],
Bill Hesse 2015/09/22 16:05:15 The other options are specified as two args, not a
keertip 2015/09/22 16:18:05 Done.
stdout=open(os.devnull, 'wb'))
def CreateUploadVersionFile():
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698