Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Run `pub global activate dartdoc` to install the latest version of dartdoc compa

## Generating docs

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
with `dart analyze` or `flutter analyze` as appropriate. Here is an example of dartdoc documenting
itself:

```
$ dartdoc
Expand Down