Updated dartdoc to 0.36.0 (#68641)

This commit is contained in:
Janice Collins 2020-10-21 08:47:02 -07:00 committed by GitHub
parent cbcd1321ed
commit 4a59ee9c31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 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.35.0
"$PUB" global activate dartdoc 0.36.0
# This script generates a unified doc set, and creates
# a custom index.html, placing everything into dev/docs/doc.

View file

@ -139,7 +139,6 @@ Future<void> main(List<String> arguments) async {
final List<String> dartdocArgs = <String>[
...dartdocBaseArgs,
'--allow-tools',
'--enable-experiment=non-nullable',
if (args['json'] as bool) '--json',
if (args['validate-links'] as bool) '--validate-links' else '--no-validate-links',
'--link-to-source-excludes', '../../bin/cache',