e505d44db4
This should aid unit testing as it would be possible to create a mirror system separately, and also generate one library object separately without everything being chained together by the docgen class. R=efortuna@google.com Review URL: https://codereview.chromium.org//17943002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24550 260f80e4-7a28-3924-810f-c04153c831b5
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