| Index: pkg/docgen/README.md
|
| diff --git a/pkg/docgen/README.md b/pkg/docgen/README.md
|
| index 1af9ebe25a70e949a2ed3e74819755b7ef83a5db..24ba58a17f85c922140bdb6f63af1bc49ae0e59e 100644
|
| --- a/pkg/docgen/README.md
|
| +++ b/pkg/docgen/README.md
|
| @@ -38,6 +38,9 @@ Run `dart docgen.dart [OPTIONS] <path to directory or file>`
|
| - `--parse-sdk` Parses the SDK libraries only. (Ignores the path passed in.)
|
| - `--package-root` Sets the package root of the library being analyzed.
|
| - `--append` Appends to the docs folder, library_list.txt, and index.txt.
|
| +- `--introduction` Adds the provided markdown text file as the introduction
|
| +for the outputted documentation.
|
| +
|
|
|
| ###### Output Directory
|
| Documented libraries will be located at bin/docs in either YAML or JSON format
|
|
|