| Index: pkg/docgen/README.md
|
| diff --git a/pkg/docgen/README.md b/pkg/docgen/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a26d1e952c46f91d47ad3cf4e012daa6fc25baa7
|
| --- /dev/null
|
| +++ b/pkg/docgen/README.md
|
| @@ -0,0 +1,11 @@
|
| +A documentation generator for Dart.
|
| +
|
| +The docgen tool takes in a library as input and produces documentation
|
| +for it as well as all libraries it imports and uses.
|
| +
|
| +This outputs information about all classes, variables, functions, and
|
| +methods defined in the library and its imported libraries.
|
| +
|
| +## USAGE
|
| +
|
| + dart docgen.dart path/to/file.dart
|
|
|