Unverified Commit 601c8dbe authored by Janice Collins's avatar Janice Collins Committed by GitHub

Update dartdoc to 0.30.2 (#52022)

parent d20242b7
...@@ -111,7 +111,7 @@ if [[ -d "$FLUTTER_PUB_CACHE" ]]; then ...@@ -111,7 +111,7 @@ if [[ -d "$FLUTTER_PUB_CACHE" ]]; then
fi fi
# Install and activate dartdoc. # 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 # This script generates a unified doc set, and creates
# a custom index.html, placing everything into dev/docs/doc. # a custom index.html, placing everything into dev/docs/doc.
......
...@@ -136,6 +136,7 @@ Future<void> main(List<String> arguments) async { ...@@ -136,6 +136,7 @@ Future<void> main(List<String> arguments) async {
'--link-to-source-root', '../..', '--link-to-source-root', '../..',
'--link-to-source-uri-template', 'https://github.com/flutter/flutter/blob/master/%f%#L%l%', '--link-to-source-uri-template', 'https://github.com/flutter/flutter/blob/master/%f%#L%l%',
'--inject-html', '--inject-html',
'--use-base-href',
'--header', 'styles.html', '--header', 'styles.html',
'--header', 'analytics.html', '--header', 'analytics.html',
'--header', 'survey.html', '--header', 'survey.html',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment