Thanks to visit codestin.com
Credit goes to github.com

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

Commit 76f0335

Browse files
authored
Update dartdoc to 6.1.3 (#116474)
No longer generates weird constructor-like calls interspersed. Fixes dart-lang/dartdoc#3201
1 parent 98d2413 commit 76f0335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/bots/docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function generate_docs() {
2020
# Install and activate dartdoc.
2121
# NOTE: When updating to a new dartdoc version, please also update
2222
# `dartdoc_options.yaml` to include newly introduced error and warning types.
23-
"$DART" pub global activate dartdoc 6.1.2
23+
"$DART" pub global activate dartdoc 6.1.3
2424

2525
# Install and activate the snippets tool, which resides in the
2626
# assets-for-api-docs repo:

0 commit comments

Comments
 (0)