From 76f03359b10232ed38d5e31863255cc49cad0ad3 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Tue, 6 Dec 2022 15:10:10 -0600 Subject: [PATCH] Update dartdoc to 6.1.3 (#116474) No longer generates weird constructor-like calls interspersed. Fixes https://github.com/dart-lang/dartdoc/issues/3201 --- 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 69f59d4f19..e379872f56 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. - "$DART" pub global activate dartdoc 6.1.2 + "$DART" pub global activate dartdoc 6.1.3 # Install and activate the snippets tool, which resides in the # assets-for-api-docs repo: