From 4a59ee9c31546a7d83d3861d6bfba9dcc50e4c7d Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Wed, 21 Oct 2020 08:47:02 -0700 Subject: [PATCH] Updated dartdoc to 0.36.0 (#68641) --- dev/bots/docs.sh | 2 +- dev/tools/dartdoc.dart | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index 21dbde1022d..a22faa26aeb 100755 --- a/dev/bots/docs.sh +++ b/dev/bots/docs.sh @@ -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. diff --git a/dev/tools/dartdoc.dart b/dev/tools/dartdoc.dart index f7768fc1937..a726bb4fd56 100644 --- a/dev/tools/dartdoc.dart +++ b/dev/tools/dartdoc.dart @@ -139,7 +139,6 @@ Future main(List arguments) async { final List dartdocArgs = [ ...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',