Update dartdoc to 0.25.0. (#24542)

This commit is contained in:
Janice Collins 2018-11-19 15:23:40 -08:00 committed by GitHub
parent 16b9a80ccd
commit 921117f4d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -26,6 +26,7 @@
/dev/bots/.recipe_deps
/dev/bots/android_tools/
/dev/docs/doc/
/dev/docs/flutter.docs.zip
/dev/docs/lib/
/dev/docs/pubspec.yaml
/packages/flutter/coverage/

View file

@ -102,7 +102,7 @@ if [[ -d "$FLUTTER_PUB_CACHE" ]]; then
fi
# Install and activate dartdoc.
"$PUB" global activate dartdoc 0.24.1
"$PUB" global activate dartdoc 0.25.0
# This script generates a unified doc set, and creates
# a custom index.html, placing everything into dev/docs/doc.