Skip to content

Commit d876cac

Browse files
authored
Merge branch 'master' into master
2 parents ba16d63 + 2c393eb commit d876cac

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)