From 0825f49ed4fabef3c6dfbea29be3480ea6bd54cd Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Tue, 29 Jun 2021 14:19:19 -0700 Subject: [PATCH] Update dartdoc to 1.0.0 (#85549) This includes some major internal changes that should improve performance (the AOT template compiler) and the new lookup code. The big changes noticeable for Flutter will be resolution of field formal parameters, extension method support, and more consistent disambiguation in comment reference lookups. While a vast net improvement, this PR will change a few links to point to the wrong place. #85484 will address that after this lands, as there was no good way to specify what the user wanted unambiguously before dartdoc 1.0.0 in a few cases. That PR includes more details on the introduced regressions and link changes. --- dev/bots/docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bots/docs.sh b/dev/bots/docs.sh index e894596cb6..6ef62ccf72 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.45.0 + "$PUB" global activate dartdoc 1.0.0 # This script generates a unified doc set, and creates # a custom index.html, placing everything into dev/docs/doc.