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.
2 parents ba16d63 + 2c393eb commit d876cacCopy full SHA for d876cac
README.md
@@ -18,7 +18,9 @@ Run `pub global activate dartdoc` to install the latest version of dartdoc compa
18
19
## Generating docs
20
21
-Run `dartdoc` from the root directory of a package. Here is an example of dartdoc documenting itself:
+Run `dartdoc` from the root directory of a package. Your package must analyze without errors
22
+with `dart analyze` or `flutter analyze` as appropriate. Here is an example of dartdoc documenting
23
+itself:
24
25
```
26
$ dartdoc
0 commit comments