Unverified Commit e9a9a610 authored by Janice Collins's avatar Janice Collins Committed by GitHub

Update dartdoc to 0.35.0 (#67432)

parent 13bf3415
......@@ -28,6 +28,7 @@ dartdoc:
- ignored-canonical-for
- missing-from-search-index
- no-canonical-found
- no-documentable-libraries
- no-library-level-docs
- not-implemented
- orphaned-file
......
......@@ -39,7 +39,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.
"$PUB" global activate dartdoc 0.34.0
"$PUB" global activate dartdoc 0.35.0
# This script generates a unified doc set, and creates
# a custom index.html, placing everything into dev/docs/doc.
......
dartdoc:
ignore:
# The stub `Flutter` package is expected to have no
# documentable libraries.
- no-documentable-libraries
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment