We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fd063 commit 58b6478Copy full SHA for 58b6478
dartdoc_options.yaml
@@ -36,6 +36,6 @@ dartdoc:
36
- unknown-macro
37
- unresolved-doc-reference
38
## Ignores that are elevated to errors:
39
- # - type-as-html # not yet tested
40
- # - missing-constant-constructor # not yet tested
41
- # - missing-code-block-language # not yet tested
+ # - type-as-html # broken, https://github.com/dart-lang/dartdoc/issues/3545
+ - missing-constant-constructor
+ # - missing-code-block-language # blocked on https://github.com/dart-lang/matcher/pull/230
0 commit comments