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.
This commit is contained in:
Janice Collins 2021-06-29 14:19:19 -07:00 committed by GitHub
parent bc763a8c25
commit 0825f49ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.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.