Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Update dartdoc to 6.1.3 (#116474)
Browse files Browse the repository at this point in the history
No longer generates weird constructor-like calls interspersed.

Fixes dart-lang/dartdoc#3201
  • Loading branch information
parlough committed Dec 6, 2022
1 parent 98d2413 commit 76f0335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/bots/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 76f0335

Please sign in to comment.