Update dartdoc to 0.35.0 (#67432)

This commit is contained in:
Janice Collins 2020-10-07 08:47:05 -07:00 committed by GitHub
parent 13bf341584
commit e9a9a6104c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View File

@ -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

View 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.

View File

@ -0,0 +1,5 @@
dartdoc:
ignore:
# The stub `Flutter` package is expected to have no
# documentable libraries.
- no-documentable-libraries