Update dartdoc to 6.2.0 (#123193)

Update dartdoc to 6.2.0
This commit is contained in:
Michael Goderbauer 2023-03-22 10:06:25 -07:00 committed by GitHub
parent 02599119f2
commit 3f87e808f8
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.
# When updating to a new dartdoc version, please also update
# `dartdoc_options.yaml` to include newly introduced error and warning types.
"$DART" pub global activate dartdoc 6.1.5
"$DART" pub global activate dartdoc 6.2.0
# Install and activate the snippets tool, which resides in the
# assets-for-api-docs repo: