| Index: pkg/docgen/README.md
|
| diff --git a/pkg/docgen/README.md b/pkg/docgen/README.md
|
| index 343d9c0937cfcadf4c6399a28c2e9cfecb14aa41..ff0fac70dbbf84391adad6c3d2c0d2334f3323f9 100644
|
| --- a/pkg/docgen/README.md
|
| +++ b/pkg/docgen/README.md
|
| @@ -8,6 +8,19 @@ for all `.dart` file it finds as YAML or JSON files. This outputs information
|
| about all classes, variables, functions, and methods defined in the library and
|
| its imported libraries.
|
|
|
| +### Quick Start: Common Commands
|
| +
|
| +While standing in the `bin` directory:
|
| +
|
| +`dartdoc.py` generates all documentation and runs a local server with your html
|
| +pages.
|
| +
|
| +`dartdoc.py -d` ONLY generates documentation for the SDK and all packages (no
|
| +html pages generated and no server).
|
| +
|
| +`dartdoc.py -d -o package/to/document` ONLY generates documenation for the
|
| +specified package.
|
| +
|
| ### Generating files & uploading to Cloud Storage
|
|
|
| The viewer uses YAML files generated by the docgen package as the data
|
|
|