Update dartdoc to 0.37.0 (#70882)

This commit is contained in:
Janice Collins 2020-11-20 11:18:07 -08:00 committed by GitHub
parent 4e88f6a103
commit a5519dc75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ function generate_docs() {
# Install and activate dartdoc.
# NOTE: When updating to a new dartdoc version, please also update
# `dartdoc_options.yaml` to include newly introduced error and warning types.
"$PUB" global activate dartdoc 0.36.2
"$PUB" global activate dartdoc 0.37.0
# This script generates a unified doc set, and creates
# a custom index.html, placing everything into dev/docs/doc.

View File

@ -188,6 +188,7 @@ Future<void> main(List<String> arguments) async {
].join(','),
'--exclude',
<String>[
'dart:io/network_policy.dart', // dart-lang/dartdoc#2437
'package:Flutter/temp_doc.dart',
'package:http/browser_client.dart',
'package:intl/intl_browser.dart',