Skip to content

Commit 2c393eb

Browse files
authored
Add a blurb to the README about requiring analysis (#2753)
1 parent 98b4c17 commit 2c393eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Run `pub global activate dartdoc` to install the latest version of dartdoc compa
1818

1919
## Generating docs
2020

21-
Run `dartdoc` from the root directory of a package. Here is an example of dartdoc documenting itself:
21+
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:
2224

2325
```
2426
$ dartdoc

0 commit comments

Comments
 (0)