Update dartdoc to 0.35.0 (#67432)
This commit is contained in:
parent
13bf341584
commit
e9a9a6104c
@ -28,6 +28,7 @@ dartdoc:
|
|||||||
- ignored-canonical-for
|
- ignored-canonical-for
|
||||||
- missing-from-search-index
|
- missing-from-search-index
|
||||||
- no-canonical-found
|
- no-canonical-found
|
||||||
|
- no-documentable-libraries
|
||||||
- no-library-level-docs
|
- no-library-level-docs
|
||||||
- not-implemented
|
- not-implemented
|
||||||
- orphaned-file
|
- orphaned-file
|
||||||
|
@ -39,7 +39,7 @@ function generate_docs() {
|
|||||||
# Install and activate dartdoc.
|
# Install and activate dartdoc.
|
||||||
# NOTE: When updating to a new dartdoc version, please also update
|
# NOTE: When updating to a new dartdoc version, please also update
|
||||||
# `dartdoc_options.yaml` to include newly introduced error and warning types.
|
# `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
|
# This script generates a unified doc set, and creates
|
||||||
# a custom index.html, placing everything into dev/docs/doc.
|
# a custom index.html, placing everything into dev/docs/doc.
|
||||||
|
5
dev/docs/dartdoc_options.yaml
Normal file
5
dev/docs/dartdoc_options.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
dartdoc:
|
||||||
|
ignore:
|
||||||
|
# The stub `Flutter` package is expected to have no
|
||||||
|
# documentable libraries.
|
||||||
|
- no-documentable-libraries
|
Loading…
x
Reference in New Issue
Block a user