We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468471b commit cb57480Copy full SHA for cb57480
1 file changed
dev/bots/docs.sh
@@ -20,7 +20,7 @@ function generate_docs() {
20
# Install and activate dartdoc.
21
# NOTE: When updating to a new dartdoc version, please also update
22
# `dartdoc_options.yaml` to include newly introduced error and warning types.
23
- "$PUB" global activate dartdoc 0.42.0
+ "$PUB" global activate dartdoc 0.43.0
24
25
# This script generates a unified doc set, and creates
26
# a custom index.html, placing everything into dev/docs/doc.
0 commit comments