From 3f3a36787eaa5396cab8f4e85e3f0ef9d86290fd Mon Sep 17 00:00:00 2001 From: jcollins-g Date: Wed, 21 Jun 2017 08:01:26 -0700 Subject: [PATCH] Update dartdoc to 0.13.0+1 for flutter (#10863) --- dev/bots/docs.sh | 2 +- dev/tools/dartdoc.dart | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index 4d9de3f85ba..c9a7a415add 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -8,7 +8,7 @@ set -e bin/flutter --version # Install dartdoc. -bin/cache/dart-sdk/bin/pub global activate dartdoc 0.12.0 +bin/cache/dart-sdk/bin/pub global activate dartdoc 0.13.0+1 # This script generates a unified doc set, and creates # a custom index.html, placing everything into dev/docs/doc. diff --git a/dev/tools/dartdoc.dart b/dev/tools/dartdoc.dart index 2bc84eb38b6..fab1c4e2fc2 100644 --- a/dev/tools/dartdoc.dart +++ b/dev/tools/dartdoc.dart @@ -35,6 +35,7 @@ Future main(List args) async { // Create the pubspec.yaml file. final StringBuffer buf = new StringBuffer(''' name: Flutter +homepage: https://flutter.io version: $version dependencies: ''');