Update dartdoc to 6.2.1. (#123420)

Update dartdoc to 6.2.1.
This commit is contained in:
Janice Collins 2023-03-24 12:50:57 -07:00 committed by GitHub
parent 323a2d574a
commit 726b7202a0
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.2.0
"$DART" pub global activate dartdoc 6.2.1
# Install and activate the snippets tool, which resides in the
# assets-for-api-docs repo: