Update dartdoc to 0.30.2 (#52022)

This commit is contained in:
Janice Collins 2020-03-19 14:56:03 -07:00 committed by GitHub
parent d20242b703
commit 601c8dbebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -136,6 +136,7 @@ Future<void> main(List<String> arguments) async {
'--link-to-source-root', '../..',
'--link-to-source-uri-template', 'https://github.com/flutter/flutter/blob/master/%f%#L%l%',
'--inject-html',
'--use-base-href',
'--header', 'styles.html',
'--header', 'analytics.html',
'--header', 'survey.html',