Skip to content

Commit

Permalink
Update dartdoc to 0.35.0 (flutter#67432)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-g authored Oct 7, 2020
1 parent 13bf341 commit e9a9a61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions dartdoc_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev/bots/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions dev/docs/dartdoc_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dartdoc:
ignore:
# The stub `Flutter` package is expected to have no
# documentable libraries.
- no-documentable-libraries

0 comments on commit e9a9a61

Please sign in to comment.